Deleted Filipino language and added Tagalog instead
This commit is contained in:
parent
b256a4396b
commit
c682e79748
3 changed files with 3 additions and 4 deletions
|
@ -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))
|
- 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))
|
- 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))
|
- 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))
|
- 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))
|
- 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))
|
- Ability to report infringing content directly from the application ([#5808](https://github.com/lbryio/lbry-desktop/pull/5808))
|
||||||
|
|
|
@ -43,7 +43,6 @@ const LANGUAGES = {
|
||||||
fa: ['Persian', 'فارسی', 'rtl'],
|
fa: ['Persian', 'فارسی', 'rtl'],
|
||||||
ff: ['Peul', 'Fulfulde'],
|
ff: ['Peul', 'Fulfulde'],
|
||||||
fi: ['Finnish', 'Suomi'],
|
fi: ['Finnish', 'Suomi'],
|
||||||
fil: ['Filipino', 'Filipino'],
|
|
||||||
fj: ['Fijian', 'Na Vosa Vakaviti'],
|
fj: ['Fijian', 'Na Vosa Vakaviti'],
|
||||||
fo: ['Faroese', 'Føroyskt'],
|
fo: ['Faroese', 'Føroyskt'],
|
||||||
fr: ['French', 'Français'],
|
fr: ['French', 'Français'],
|
||||||
|
@ -161,7 +160,7 @@ const LANGUAGES = {
|
||||||
th: ['Thai', 'ไทย / Phasa Thai'],
|
th: ['Thai', 'ไทย / Phasa Thai'],
|
||||||
ti: ['Tigrinya', 'ትግርኛ'],
|
ti: ['Tigrinya', 'ትግርኛ'],
|
||||||
tk: ['Turkmen', 'Туркмен / تركمن'],
|
tk: ['Turkmen', 'Туркмен / تركمن'],
|
||||||
tl: ['Tagalog / Filipino', 'Tagalog'],
|
tl: ['Tagalog', 'Tagalog'],
|
||||||
tn: ['Tswana', 'Setswana'],
|
tn: ['Tswana', 'Setswana'],
|
||||||
to: ['Tonga', 'Lea Faka-Tonga'],
|
to: ['Tonga', 'Lea Faka-Tonga'],
|
||||||
tr: ['Turkish', 'Türkçe'],
|
tr: ['Turkish', 'Türkçe'],
|
||||||
|
|
|
@ -10,7 +10,6 @@ const SUPPORTED_LANGUAGES = {
|
||||||
nl: LANGUAGES.nl[1],
|
nl: LANGUAGES.nl[1],
|
||||||
no: LANGUAGES.no[1],
|
no: LANGUAGES.no[1],
|
||||||
fi: LANGUAGES.fi[1],
|
fi: LANGUAGES.fi[1],
|
||||||
fil: LANGUAGES.fil[1],
|
|
||||||
fr: LANGUAGES.fr[1],
|
fr: LANGUAGES.fr[1],
|
||||||
de: LANGUAGES.de[1],
|
de: LANGUAGES.de[1],
|
||||||
gu: LANGUAGES.gu[1],
|
gu: LANGUAGES.gu[1],
|
||||||
|
@ -35,6 +34,7 @@ const SUPPORTED_LANGUAGES = {
|
||||||
ca: LANGUAGES.ca[1],
|
ca: LANGUAGES.ca[1],
|
||||||
es: LANGUAGES.es[1],
|
es: LANGUAGES.es[1],
|
||||||
sv: LANGUAGES.sv[1],
|
sv: LANGUAGES.sv[1],
|
||||||
|
tl: LANGUAGES.tl[1],
|
||||||
tr: LANGUAGES.tr[1],
|
tr: LANGUAGES.tr[1],
|
||||||
cs: LANGUAGES.cs[1],
|
cs: LANGUAGES.cs[1],
|
||||||
kn: LANGUAGES.kn[1],
|
kn: LANGUAGES.kn[1],
|
||||||
|
|
Loading…
Reference in a new issue