Tagalog Language Fix (#6951)
* Deleted Filipino language and added Tagalog instead * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
8b0de28b8a
commit
8eb61e1aca
3 changed files with 3 additions and 3 deletions
|
@ -21,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))
|
- 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))
|
- 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))
|
- 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
|
### Fixed
|
||||||
- App now supports '#' and ':' for claimId separator ([#6496](https://github.com/lbryio/lbry-desktop/pull/6496))
|
- App now supports '#' and ':' for claimId separator ([#6496](https://github.com/lbryio/lbry-desktop/pull/6496))
|
||||||
|
|
|
@ -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