mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 01:49:44 +00:00
Fix Welsh's locale
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
NSLanguageName = "Welsh";
|
||||
NSFormalName = "Welsh";
|
||||
NSLocaleCode = "en"; /* ISO 639-1 */
|
||||
NSLanguageCode = "eng"; /* ISO 639-2 */
|
||||
NSLocaleCode = "cy"; /* ISO 639-1 */
|
||||
NSLanguageCode = "cym"; /* ISO 639-2 */
|
||||
NSParentContext = "";
|
||||
|
||||
NSAMPMDesignation = (AM, PM);
|
||||
|
||||
Reference in New Issue
Block a user