mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix translations of language names in credits
The migration to git broke the translation of language names in the credits, as the translators.json, necessary for extracting the language strings wasn't present anymore when running update_templates.py. This commit should fix this.
This commit is contained in:
@@ -106,6 +106,7 @@ pipeline {
|
||||
/XD %NIGHTLY_PATH%\\binaries\\data\\mods\\mod\\shaders\\spirv ^
|
||||
/XD %NIGHTLY_PATH%\\binaries\\data\\mods\\public\\shaders\\spirv ^
|
||||
/XF %NIGHTLY_PATH%\\source\\tools\\spirv\\rules.json ^
|
||||
/XF %NIGHTLY_PATH%\\binaries\\data\\mods\\public\\gui\\credits\\texts\\translators.json ^
|
||||
/MIR /NDL /NJH /NJS /NP /NS /NC) ^& IF %ERRORLEVEL% LEQ 1 exit 0
|
||||
"""
|
||||
bat """
|
||||
|
||||
Reference in New Issue
Block a user