Implement i18n backend

This commit is contained in:
Elnu 2023-06-20 13:47:19 -07:00
parent 1de0633833
commit 76e359ea89
10 changed files with 152 additions and 12 deletions

1
i18n/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.mo

2
i18n/en.po Normal file
View file

@ -0,0 +1,2 @@
msgid "title"
msgstr "Tegaki Tuesday"

2
i18n/ja.po Normal file
View file

@ -0,0 +1,2 @@
msgid "title"
msgstr "手書きの火曜日"