Fix Portuguese language setting
Closes #1109 (closed)
Merge request reports
Activity
There is one way to solve this by renaming the folder of the language which have more than one strain like Portuguese, Chines. Like in English we have two strain
en.lproj
anden-GB.lproj
If we have 2 folders(strain) for 1 language then if folders name follow
_.lproj and _-_.lproj
structure then it works fine.
Note that this MR does not solve the same problem for the 2 Chinese locales (where renaming or picking one or the other is not an option either).
This is not the good fix and I would dislike to see a switch call for all underscore locales we support as this is hard to maintain as the list might grow.
This is not the good fix and I would dislike to see a switch call for all underscore locales we support as this is hard to maintain as the list might grow.
I agree with you If the list grows then this makes a big problem and hard to maintain with switch calls. But I think if we merge this request and reopen this issue for a better solution and rewrite language code and keys because it may take a good amount of time to rewrite the whole code for this issue.
Ok, I will resend this MR to fix this issue. But I tested the Chinese lang issue is fixed and the setting screen is not empty when the selected language is Chinese(Simplified) and Chinese(Traditional).
Edited by Anubhav Singh
changed milestone to %3.3.0
added Interface label
Superseded by !384 (merged).