Translation generation command (#10794)

additional translatable strings: Filter Settings in settings page and Global Search on all pages.
remove duplicate fr key
also, language file signatures were wrong as I had a testing version of the vue generator
This commit is contained in:
Tony Murray
2019-11-09 13:01:41 +00:00
committed by GitHub
parent 90bd2275cf
commit 8bc0af7b85
8 changed files with 87 additions and 11 deletions

View File

@@ -33,4 +33,7 @@ return [
'success' => 'Successfully added user: :username',
'wrong-auth' => 'Warning! You will not be able to log in with this user because you are not using MySQL auth',
],
'translation:generate' => [
'description' => 'Generate updated json language files for use in the web frontend',
]
];