move translations

pull/15/head
JensDiemer 2020-10-26 19:32:28 +01:00
rodzic 3951e31a2e
commit ff6e68df50
6 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -87,9 +87,6 @@ LANGUAGES = [
('de', _('German')),
('en', _('English')),
]
LOCALE_PATHS = [
__Path(BASE_PATH, 'inventory_locales')
]
USE_I18N = True
USE_L10N = True
TIME_ZONE = 'Europe/Paris'

Wyświetl plik

@ -28,10 +28,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Operating System :: OS Independent",
]
include = [
'AUTHORS', 'LICENSE', 'README.creole',
'inventory_locales/*'
]
include = ['AUTHORS', 'LICENSE', 'README.creole']
# Will be generated from README.creole with: 'poetry run update_rst_readme'
readme='README.rst'