kopia lustrzana https://github.com/jedie/PyInventory
move translations
rodzic
3951e31a2e
commit
ff6e68df50
|
@ -87,9 +87,6 @@ LANGUAGES = [
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
]
|
]
|
||||||
LOCALE_PATHS = [
|
|
||||||
__Path(BASE_PATH, 'inventory_locales')
|
|
||||||
]
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_L10N = True
|
USE_L10N = True
|
||||||
TIME_ZONE = 'Europe/Paris'
|
TIME_ZONE = 'Europe/Paris'
|
||||||
|
|
|
@ -28,10 +28,7 @@ classifiers = [
|
||||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
include = [
|
include = ['AUTHORS', 'LICENSE', 'README.creole']
|
||||||
'AUTHORS', 'LICENSE', 'README.creole',
|
|
||||||
'inventory_locales/*'
|
|
||||||
]
|
|
||||||
|
|
||||||
# Will be generated from README.creole with: 'poetry run update_rst_readme'
|
# Will be generated from README.creole with: 'poetry run update_rst_readme'
|
||||||
readme='README.rst'
|
readme='README.rst'
|
||||||
|
|
Ładowanie…
Reference in New Issue