mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fix delegate issue
This commit is contained in:
parent
71c16e0556
commit
95c3bc5ae5
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ def generate_locale_list(locales):
|
|||
lc = locale
|
||||
cc = ''
|
||||
|
||||
output.write(f' const Locale("{lc}", "{cc}"), // Translations avilable in app_{locale}.arb\n')
|
||||
output.write(f' const Locale("{lc}", "{cc}"), // Translations available in app_{locale}.arb\n')
|
||||
|
||||
output.write("];\n")
|
||||
output.write("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue