mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Add ukrainian as a language option (#7129)
* Add ukrainian as a language option * change lang code * add dts
This commit is contained in:
@ -45,6 +45,7 @@ LOCALES = [
|
||||
('sv', _('Swedish')),
|
||||
('th', _('Thai')),
|
||||
('tr', _('Turkish')),
|
||||
('uk', _('Ukrainian')),
|
||||
('vi', _('Vietnamese')),
|
||||
('zh-hans', _('Chinese (Simplified)')),
|
||||
('zh-hant', _('Chinese (Traditional)')),
|
||||
|
@ -14245,4 +14245,3 @@ msgstr ""
|
||||
#: users/models.py:426
|
||||
msgid "Permission to delete items"
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user