(i18n) Improve Basque Locale file

pull/85/head
Francis Lachapelle 2015-04-28 14:44:29 -04:00
parent 7ff12c7a64
commit 50896eb526
1 changed files with 3 additions and 3 deletions

View File

@ -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$";
}