From c682e797481bb4949bb0f5de2fa214210a2ea491 Mon Sep 17 00:00:00 2001 From: iamflorencejay Date: Wed, 25 Aug 2021 10:54:06 +0800 Subject: [PATCH 1/3] Deleted Filipino language and added Tagalog instead --- CHANGELOG.md | 2 +- ui/constants/languages.js | 3 +-- ui/constants/supported_languages.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1aa2d53..a9c5008ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Web is now PWA app ([#6120](https://github.com/lbryio/lbry-desktop/pull/6120)) - Send a tip with your comment ([#5920](https://github.com/lbryio/lbry-desktop/issues/5920)) - Search for tags in search dropdown ([#5876](https://github.com/lbryio/lbry-desktop/issues/5876)) -- Japanese, Afrikaans, Filipino, Thai and Vietnamese language support ([#5684](https://github.com/lbryio/lbry-desktop/issues/5684)) +- Japanese, Afrikaans, Tagalog, Thai and Vietnamese language support ([#5684](https://github.com/lbryio/lbry-desktop/issues/5684)) - Brazilian-Portuguese language support ([#5900](https://github.com/lbryio/lbry-desktop/issues/5900)) - Highlight comments made by content owner _community pr!_ ([#5744](https://github.com/lbryio/lbry-desktop/pull/5744)) - Ability to report infringing content directly from the application ([#5808](https://github.com/lbryio/lbry-desktop/pull/5808)) diff --git a/ui/constants/languages.js b/ui/constants/languages.js index 064de445a..b063412eb 100644 --- a/ui/constants/languages.js +++ b/ui/constants/languages.js @@ -43,7 +43,6 @@ const LANGUAGES = { fa: ['Persian', 'فارسی', 'rtl'], ff: ['Peul', 'Fulfulde'], fi: ['Finnish', 'Suomi'], - fil: ['Filipino', 'Filipino'], fj: ['Fijian', 'Na Vosa Vakaviti'], fo: ['Faroese', 'Føroyskt'], fr: ['French', 'Français'], @@ -161,7 +160,7 @@ const LANGUAGES = { th: ['Thai', 'ไทย / Phasa Thai'], ti: ['Tigrinya', 'ትግርኛ'], tk: ['Turkmen', 'Туркмен / تركمن'], - tl: ['Tagalog / Filipino', 'Tagalog'], + tl: ['Tagalog', 'Tagalog'], tn: ['Tswana', 'Setswana'], to: ['Tonga', 'Lea Faka-Tonga'], tr: ['Turkish', 'Türkçe'], diff --git a/ui/constants/supported_languages.js b/ui/constants/supported_languages.js index 0504fbf3e..7376fe668 100644 --- a/ui/constants/supported_languages.js +++ b/ui/constants/supported_languages.js @@ -10,7 +10,6 @@ const SUPPORTED_LANGUAGES = { nl: LANGUAGES.nl[1], no: LANGUAGES.no[1], fi: LANGUAGES.fi[1], - fil: LANGUAGES.fil[1], fr: LANGUAGES.fr[1], de: LANGUAGES.de[1], gu: LANGUAGES.gu[1], @@ -35,6 +34,7 @@ const SUPPORTED_LANGUAGES = { ca: LANGUAGES.ca[1], es: LANGUAGES.es[1], sv: LANGUAGES.sv[1], + tl: LANGUAGES.tl[1], tr: LANGUAGES.tr[1], cs: LANGUAGES.cs[1], kn: LANGUAGES.kn[1], -- 2.45.2 From 62087d04d4766e07db965944132da616a6b7aa25 Mon Sep 17 00:00:00 2001 From: iamflorencejay Date: Wed, 25 Aug 2021 11:06:09 +0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c5008ad..e384fdbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.51.3] - [2021-08-25] + +### Changed +- Changing the supported language from Filipino to Tagalog _community pr!_ ([#6951](https://github.com/lbryio/lbry-desktop/pull/6951)) + ## [0.51.2] - [2021-08-20] ### Added @@ -58,7 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Web is now PWA app ([#6120](https://github.com/lbryio/lbry-desktop/pull/6120)) - Send a tip with your comment ([#5920](https://github.com/lbryio/lbry-desktop/issues/5920)) - Search for tags in search dropdown ([#5876](https://github.com/lbryio/lbry-desktop/issues/5876)) -- Japanese, Afrikaans, Tagalog, Thai and Vietnamese language support ([#5684](https://github.com/lbryio/lbry-desktop/issues/5684)) +- Japanese, Afrikaans, Filipino, Thai and Vietnamese language support ([#5684](https://github.com/lbryio/lbry-desktop/issues/5684)) - Brazilian-Portuguese language support ([#5900](https://github.com/lbryio/lbry-desktop/issues/5900)) - Highlight comments made by content owner _community pr!_ ([#5744](https://github.com/lbryio/lbry-desktop/pull/5744)) - Ability to report infringing content directly from the application ([#5808](https://github.com/lbryio/lbry-desktop/pull/5808)) @@ -1936,3 +1941,5 @@ This release includes a breaking change that will reset many of your settings. T - Use local file for publishing - Use local file and html5 for video playback - Misc changes needed to make UI compatible with electron. + + -- 2.45.2 From 5caaea15b4d18a2bc57e633fb2ffc5f0faf7598d Mon Sep 17 00:00:00 2001 From: Florence Jay Munar Date: Wed, 25 Aug 2021 11:54:38 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e384fdbd7..f6e5ec86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.51.3] - [2021-08-25] - -### Changed -- Changing the supported language from Filipino to Tagalog _community pr!_ ([#6951](https://github.com/lbryio/lbry-desktop/pull/6951)) - ## [0.51.2] - [2021-08-20] ### Added @@ -26,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Update sockety api _community pr!_ ([#6747](https://github.com/lbryio/lbry-desktop/pull/6747)) - Use resolve for OG metadata instead of chainquery _community pr!_ ([#6787](https://github.com/lbryio/lbry-desktop/pull/6787)) - Improved clickability of notification links _community pr!_ ([#6711](https://github.com/lbryio/lbry-desktop/pull/6711)) +- Changing the supported language from Filipino to Tagalog _community pr!_ ([#6951](https://github.com/lbryio/lbry-desktop/pull/6951)) ### Fixed - App now supports '#' and ':' for claimId separator ([#6496](https://github.com/lbryio/lbry-desktop/pull/6496)) @@ -1941,5 +1937,3 @@ This release includes a breaking change that will reset many of your settings. T - Use local file for publishing - Use local file and html5 for video playback - Misc changes needed to make UI compatible with electron. - - -- 2.45.2