mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add support for serbian language (#6091)
This commit is contained in:
parent
2aa993bcf5
commit
72167630ac
@ -826,6 +826,8 @@ LANGUAGE_COOKIE_AGE = 2592000
|
||||
# If a new language translation is supported, it must be added here
|
||||
# After adding a new language, run the following command:
|
||||
# python manage.py makemessages -l <language_code> -e html,js,py --no-wrap
|
||||
# where <language_code> is the code for the new language
|
||||
# Additionally, update the /src/frontend/.linguirc file
|
||||
LANGUAGES = [
|
||||
('bg', _('Bulgarian')),
|
||||
('cs', _('Czech')),
|
||||
@ -851,6 +853,7 @@ LANGUAGES = [
|
||||
('pt-br', _('Portuguese (Brazilian)')),
|
||||
('ru', _('Russian')),
|
||||
('sl', _('Slovenian')),
|
||||
('sr', _('Serbian')),
|
||||
('sv', _('Swedish')),
|
||||
('th', _('Thai')),
|
||||
('tr', _('Turkish')),
|
||||
|
13639
InvenTree/locale/sr/LC_MESSAGES/django.po
Normal file
13639
InvenTree/locale/sr/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -24,6 +24,7 @@
|
||||
"pt-br",
|
||||
"ru",
|
||||
"sl",
|
||||
"sr",
|
||||
"sv",
|
||||
"th",
|
||||
"tr",
|
||||
|
Loading…
x
Reference in New Issue
Block a user