Implement i18n backend
This commit is contained in:
parent
1de0633833
commit
76e359ea89
10 changed files with 152 additions and 12 deletions
1
i18n/.gitignore
vendored
Normal file
1
i18n/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.mo
|
2
i18n/en.po
Normal file
2
i18n/en.po
Normal file
|
@ -0,0 +1,2 @@
|
|||
msgid "title"
|
||||
msgstr "Tegaki Tuesday"
|
2
i18n/ja.po
Normal file
2
i18n/ja.po
Normal file
|
@ -0,0 +1,2 @@
|
|||
msgid "title"
|
||||
msgstr "手書きの火曜日"
|
Loading…
Add table
Add a link
Reference in a new issue