fix(translations): language options and init user (#4449)

fix(translations): add chinese to language options
fix(translations): correct key for password confirm label
This commit is contained in:
Silvan
2022-09-23 17:24:06 +02:00
committed by GitHub
parent 7dfa1925cc
commit a7646d5a78
11 changed files with 50 additions and 37 deletions

View File

@@ -68,6 +68,8 @@
</option>
<option value="fr" id="fr" {{if (selectedLanguage "fr")}} selected {{end}}>{{t "ExternalRegistrationUserOverview.French"}}
</option>
<option value="zh" id="zh" {{if (selectedLanguage "zh")}} selected {{end}}>{{t "ExternalRegistrationUserOverview.Chinese"}}
</option>
</select>
</div>
</div>