mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 08:32:27 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user