diff --git a/UI/MainUI/Basque.lproj/Locale b/UI/MainUI/Basque.lproj/Locale index 81ff8eb45..21d995e19 100644 --- a/UI/MainUI/Basque.lproj/Locale +++ b/UI/MainUI/Basque.lproj/Locale @@ -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$"; }