Skip to content

Commit dd7633a

Browse files
committed
Move jp to ja to comply with ISO 639-1
1 parent 4307dfd commit dd7633a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/internationalization.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("Internationalization", () => {
3535
const langs = app.internationalization.getSupportedLanguages();
3636
ok(langs.includes("en"));
3737
ok(langs.includes("ko"));
38-
ok(langs.includes("jp"));
38+
ok(langs.includes("ja"));
3939
});
4040

4141
it("Supports translating without placeholders", () => {

0 commit comments

Comments
 (0)