From 50896eb526b2bb1b3f50c9b5ef2bf183fab156cf Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 28 Apr 2015 14:44:29 -0400 Subject: [PATCH] (i18n) Improve Basque Locale file --- UI/MainUI/Basque.lproj/Locale | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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$"; }