Skip to content

Commit f502c5f

Browse files
committed
i18n: add Japanese translation to automatic translator script and XCode
Signed-off-by: Tommy van der Vorst <tommy@pixelspark.nl>
1 parent 1467667 commit f502c5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sushitrain.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
de,
339339
uk,
340340
"zh-Hans",
341+
ja,
341342
);
342343
mainGroup = 65AE11F02C39EE0E00E721D4;
343344
preferredProjectObjectVersion = 77;

localize.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// You can obtain one at https://mozilla.org/MPL/2.0/.
66
import { readFile, writeFile } from "node:fs/promises";
77

8-
const LOCALES = ["nl", "de", "it", "es", "uk", "zh-Hans"];
8+
const LOCALES = ["nl", "de", "it", "es", "uk", "zh-Hans", "ja"];
99
const OPENAI_KEY = process.env.OPENAI_KEY;
1010
const OPENAI_URL = "https://api.openai.com/v1/chat/completions";
1111
const OPENAI_MODEL = "gpt-4o-2024-08-06";

0 commit comments

Comments
 (0)