kopia lustrzana https://github.com/jedie/PyInventory
move translations
rodzic
3951e31a2e
commit
ff6e68df50
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Ładowanie…
Reference in New Issue