Hindi support (#5389)

* Add support for hindi language code

* Add initial translation file for hindi
This commit is contained in:
Oliver 2023-08-02 23:18:42 +10:00 committed by GitHub
parent eeabc8d1f9
commit 73891f0b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13053 additions and 0 deletions

View File

@ -746,6 +746,8 @@ LANGUAGE_CODE = get_setting('INVENTREE_LANGUAGE', 'language', 'en-us')
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 --nowrap
LANGUAGES = [
('cs', _('Czech')),
('da', _('Danish')),
@ -758,6 +760,7 @@ LANGUAGES = [
('fi', _('Finnish')),
('fr', _('French')),
('he', _('Hebrew')),
('hi', _('Hindi')),
('hu', _('Hungarian')),
('it', _('Italian')),
('ja', _('Japanese')),

File diff suppressed because it is too large Load Diff