mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Cover I18n module
This commit is contained in:
parent
a5892f63f4
commit
40dfbf804c
13 changed files with 169 additions and 23 deletions
BIN
tests/data/locales/en/LC_MESSAGES/messages.mo
Normal file
BIN
tests/data/locales/en/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
2
tests/data/locales/en/LC_MESSAGES/messages.po
Normal file
2
tests/data/locales/en/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
msgid "test"
|
||||
msgstr ""
|
||||
2
tests/data/locales/messages.pot
Normal file
2
tests/data/locales/messages.pot
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
msgid "test"
|
||||
msgstr ""
|
||||
BIN
tests/data/locales/uk/LC_MESSAGES/messages.mo
Normal file
BIN
tests/data/locales/uk/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
2
tests/data/locales/uk/LC_MESSAGES/messages.po
Normal file
2
tests/data/locales/uk/LC_MESSAGES/messages.po
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
msgid "test"
|
||||
msgstr "тест"
|
||||
Loading…
Add table
Add a link
Reference in a new issue