mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 11:15:26 +00:00
remove const keyword
This commit is contained in:
@ -105,7 +105,7 @@ def generate_locale_list(locales):
|
|||||||
lc = locale
|
lc = locale
|
||||||
cc = ''
|
cc = ''
|
||||||
|
|
||||||
output.write(f' const Locale("{lc}", "{cc}"), // Translations available in app_{locale}.arb\n')
|
output.write(f' Locale("{lc}", "{cc}"), // Translations available in app_{locale}.arb\n')
|
||||||
|
|
||||||
output.write("];\n")
|
output.write("];\n")
|
||||||
output.write("")
|
output.write("")
|
||||||
|
Reference in New Issue
Block a user