Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd29472

Browse files
authoredMar 11, 2020
Deploy Japanese Translations (#1032)
1 parent c9b4030 commit dd29472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/i18n.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
5959
lang: "it",
6060
text: "Italiano",
6161
},
62+
LocaleInfo {
63+
lang: "ja",
64+
text: "日本語",
65+
},
6266
LocaleInfo {
6367
lang: "pt-BR",
6468
text: "Português",

0 commit comments

Comments
 (0)
Please sign in to comment.