mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
(i18n) Improve Basque Locale file
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
NSParentContext = "";
|
||||
|
||||
NSAMPMDesignation = (AM, PM);
|
||||
NSCurrencySymbol = "$";
|
||||
NSCurrencySymbol = " €";
|
||||
NSDateFormatString = "%A, %B %e, %Y";
|
||||
NSDateTimeOrdering = YMDH;
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
@@ -30,6 +30,6 @@
|
||||
NSTimeFormatString = "%I:%M:%S %p";
|
||||
NSWeekDayNameArray = (Igandea, Astelehena, Asteartea, Asteazkena, Osteguna, Ostirala, Larunbata);
|
||||
NSYearMonthWeekDesignations = (urtea, hilabetea, astea);
|
||||
NSPositiveCurrencyFormatString = "9.999,00";
|
||||
NSNegativeCurrencyFormatString = "-9.999,00";
|
||||
NSPositiveCurrencyFormatString = "9.999,00$";
|
||||
NSNegativeCurrencyFormatString = "-9.999,00$";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user