[haiku-commits] Change in haiku[master]: Locale: Enable folder/application translation by default.

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 25 May 2020 22:25:36 +0000

From waddlesplash <waddlesplash@xxxxxxxxx>:

waddlesplash has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2811 ;)


Change subject: Locale: Enable folder/application translation by default.
......................................................................

Locale: Enable folder/application translation by default.

Should fix #16076.
---
M src/kits/locale/LocaleRosterData.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/11/2811/1

diff --git a/src/kits/locale/LocaleRosterData.cpp 
b/src/kits/locale/LocaleRosterData.cpp
index b1f9dfd..d985868 100644
--- a/src/kits/locale/LocaleRosterData.cpp
+++ b/src/kits/locale/LocaleRosterData.cpp
@@ -129,7 +129,7 @@
        :
        fLock("LocaleRosterData"),
        fDefaultLocale(&language, &conventions),
-       fIsFilesystemTranslationPreferred(false),
+       fIsFilesystemTranslationPreferred(true),
        fAreResourcesLoaded(false)
 {
        fInitStatus = _Initialize();

--
To view, visit https://review.haiku-os.org/c/haiku/+/2811
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: Ibf109453c11a83e840774c079c7878cc10f2dad4
Gerrit-Change-Number: 2811
Gerrit-PatchSet: 1
Gerrit-Owner: waddlesplash <waddlesplash@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: Locale: Enable folder/application translation by default. - Gerrit