mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(assets/languages): supports Portuguese (Brazil)
This commit is contained in:
parent
176084dffb
commit
75cd7aa5fa
3 changed files with 10 additions and 8 deletions
|
|
@ -267,7 +267,7 @@ set(QRC_RESOURCES resources.qrc)
|
||||||
|
|
||||||
set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages")
|
set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages")
|
||||||
set(I18N_FILENAME i18n.qrc)
|
set(I18N_FILENAME i18n.qrc)
|
||||||
set(LANGUAGES de en fr_FR ja lt ru sv tr)
|
set(LANGUAGES de en fr_FR ja lt ru sv tr pt_BR)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
<?xml version="1.0" ?><!DOCTYPE TS><TS language="pt_BR" version="2.1">
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="pt_BR">
|
||||||
<context>
|
<context>
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
||||||
|
|
@ -10,17 +10,17 @@ Categories=Network;Telephony;
|
||||||
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;
|
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
Name[de]=Linphone
|
|
||||||
Name[he]=Linphone
|
|
||||||
Name[ar]=لِنْفُونْ
|
Name[ar]=لِنْفُونْ
|
||||||
|
Name[cs]=Linphone
|
||||||
|
Name[de]=Linphone
|
||||||
|
Name[fr]=Linphone
|
||||||
|
Name[he]=Linphone
|
||||||
Name[hu]=Linphone
|
Name[hu]=Linphone
|
||||||
Name[ru]=Linphone
|
|
||||||
Name[nb_NO]=Linphone
|
|
||||||
Name[it]=Linphone
|
Name[it]=Linphone
|
||||||
Name[ja]=Linphone
|
Name[ja]=Linphone
|
||||||
Name[cs]=Linphone
|
Name[nb_NO]=Linphone
|
||||||
|
Name[ru]=Linphone
|
||||||
Name[sr]=Линфон
|
Name[sr]=Линфон
|
||||||
Name[sv]=Linphone
|
Name[sv]=Linphone
|
||||||
Name[zh_CN]=Linphone
|
Name[zh_CN]=Linphone
|
||||||
Name[fr]=Linphone
|
|
||||||
Name[zh_TW]=Linphone
|
Name[zh_TW]=Linphone
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue