From 126469db120592f55994b27d91b818a25a4a029a Mon Sep 17 00:00:00 2001 From: ivyflow3r <43088283+megamanyoutuber@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:49:23 +0100 Subject: [PATCH 1/5] Update for the Ukrainian locale which translates the newly-added text. --- .../chrome/locale/uk/dtd/gsettings.dtd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Profile Folder/chrome/locale/uk/dtd/gsettings.dtd b/Profile Folder/chrome/locale/uk/dtd/gsettings.dtd index d0f97d79a..b8bbf4895 100644 --- a/Profile Folder/chrome/locale/uk/dtd/gsettings.dtd +++ b/Profile Folder/chrome/locale/uk/dtd/gsettings.dtd @@ -12,7 +12,7 @@ - + @@ -90,10 +90,10 @@ - - - - + + + + @@ -108,9 +108,9 @@ - - - + + + From 8a5df023b0a6b5d016370e3b86834d805c662f6b Mon Sep 17 00:00:00 2001 From: ivyflow3r <43088283+megamanyoutuber@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:56:07 +0100 Subject: [PATCH 2/5] Update the newly added text for the Ukrainian locale --- Profile Folder/chrome/locale/uk/properties/gm.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Profile Folder/chrome/locale/uk/properties/gm.properties b/Profile Folder/chrome/locale/uk/properties/gm.properties index d0f2d1aca..8b3c7e6a0 100644 --- a/Profile Folder/chrome/locale/uk/properties/gm.properties +++ b/Profile Folder/chrome/locale/uk/properties/gm.properties @@ -1,2 +1,2 @@ -firstTimeAboutTitle=Choose About -firstTimeAboutText=It looks like this is your first time launching About in Geckium.\nDo you want to assign this button to the the spoofed {{brandingName}} dialog?\n\nCancelling will set it to launch the {{browserName}} Dialog. If you press OK, you can still access the {{browserName}} About dialog in:\nMenubar -> Help -> About {{browserName}}\n\nYou can change this setting in:\nGeckium Settings -> Behavior \ No newline at end of file +firstTimeAboutTitle=Оберіть сторінку 'Про...' +firstTimeAboutText=Здається що ви у перший раз запустили Geckium.\nЧи бажаєте ви призначити цю кнопку до підробленого Діалогу {{brandingName}}?\n\nСкасування зміне цей параматр, так, щоб він запускав Діалог {{browserName}}. Якщо ви натисните на Гаразд, ви досі будите мати доступ до Діалогу {{browserName}} через:\nМеню -> Допомога -> Про {{browserName}}\n\n Ви зможете змінити цю опцію у:\nНалаштування Geckium -> Поведінка From 6c17b3ed64fb4d4c80e1e9c93e5b54bedbad5b70 Mon Sep 17 00:00:00 2001 From: ivyflow3r <43088283+megamanyoutuber@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:57:50 +0100 Subject: [PATCH 3/5] Update the newly added text for the Ukrainian locale --- .../chrome/locale/uk/properties/gsettings.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Profile Folder/chrome/locale/uk/properties/gsettings.properties b/Profile Folder/chrome/locale/uk/properties/gsettings.properties index a17928530..982bfe9bc 100644 --- a/Profile Folder/chrome/locale/uk/properties/gsettings.properties +++ b/Profile Folder/chrome/locale/uk/properties/gsettings.properties @@ -1,15 +1,15 @@ -geckiumSettings=[!!! Gèçƙïú₥ §èƭƭïñϱƨ !!!] +geckiumSettings=Налаштування Geckium addAnApp=Додати дотаток themeHasNoDescription=Ця тема не має опису. -builtInTheme=[!!! [ßÛÌ£T-ÌN] {{themeName}} !!!] -showInFolder=[!!! §λôω ïñ ƒôℓδèř !!!] -apply=[!!! Âƥƥℓ¥ !!!] -yes=[!!! Ýèƨ !!!] +builtInTheme=Вбудований {{themeName}} +showInFolder=Показати у теці +apply=Застосувати +yes=Так developersTitle=Розробники testersTitle=Тестувальники exDevelopersTitle=Оригінальний (колишній) розробник mainDeveloper=%s (головний розробник) -donateTo=Пожертвувати... \ No newline at end of file +donateTo=Пожертвувати... From e1e8c3363e67fa6f26b1a456017499514159cf8c Mon Sep 17 00:00:00 2001 From: Bruno Freitas <48385307+angelbruni@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:23:04 +0000 Subject: [PATCH 4/5] Update `gsettings.properties` --- Profile Folder/chrome/locale/uk/properties/gsettings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profile Folder/chrome/locale/uk/properties/gsettings.properties b/Profile Folder/chrome/locale/uk/properties/gsettings.properties index 982bfe9bc..cae6043e9 100644 --- a/Profile Folder/chrome/locale/uk/properties/gsettings.properties +++ b/Profile Folder/chrome/locale/uk/properties/gsettings.properties @@ -3,7 +3,7 @@ geckiumSettings=Налаштування Geckium addAnApp=Додати дотаток themeHasNoDescription=Ця тема не має опису. -builtInTheme=Вбудований {{themeName}} +builtInTheme=[ВБУДОВАНА] {{themeName}} showInFolder=Показати у теці apply=Застосувати yes=Так From 73e39a192fb20458049046968e58155a17caec38 Mon Sep 17 00:00:00 2001 From: angelbruni Date: Thu, 31 Oct 2024 23:33:24 +0000 Subject: [PATCH 5/5] Fixed ukrainian translation not loading --- Profile Folder/chrome/utils/chrome.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profile Folder/chrome/utils/chrome.manifest b/Profile Folder/chrome/utils/chrome.manifest index c7ae6618b..2c59aaa65 100644 --- a/Profile Folder/chrome/utils/chrome.manifest +++ b/Profile Folder/chrome/utils/chrome.manifest @@ -23,7 +23,7 @@ locale geckium ru ../locale/ru-RU/ locale geckium tl-PH ../locale/tl-PH/ locale geckium th-TH ../locale/th-TH/ locale geckium tr-TR ../locale/tr-TR/ -locale geckium uk ../locale/uk +locale geckium uk ../locale/uk/ locale geckium vi-VN ../locale/vi-VN/ locale geckium zh-CN ../locale/zh-CN/