Fixed translation issue + updated locales list
This commit is contained in:
parent
44ef7aa142
commit
7e694af88f
2 changed files with 4 additions and 2 deletions
|
@ -742,7 +742,7 @@
|
|||
<string name="incoming_group_call_notification_title">Входящий групповой звонок</string>
|
||||
<string name="chat_room_context_menu_go_to_contact">Перейти к контакту</string>
|
||||
<string name="chat_message_context_menu_turn_off_notifications">Отключить уведомления</string>
|
||||
<string name="conference_schedule_send_updated_invite_chat">Отправить обновление через &appName;</string>
|
||||
<string name="conference_schedule_send_updated_invite_chat">Отправить обновление через &appName;</string>
|
||||
<string name="conference_schedule_send_updated_invite_email">Отправить обновление по электронной почте</string>
|
||||
<string name="call_stats_media_encryption">Шифрование медиа:</string>
|
||||
<string name="call_stats_zrtp_key_agreement_algo">Алгоритм согласования ключей:</string>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en"/>
|
||||
<locale android:name="bg"/>
|
||||
<locale android:name="bn-rBD"/>
|
||||
<locale android:name="cs"/>
|
||||
<locale android:name="de"/>
|
||||
<locale android:name="en"/>
|
||||
<locale android:name="es"/>
|
||||
<locale android:name="fi"/>
|
||||
<locale android:name="fr"/>
|
||||
|
@ -14,6 +15,7 @@
|
|||
<locale android:name="ja"/>
|
||||
<locale android:name="ka"/>
|
||||
<locale android:name="nl"/>
|
||||
<locale android:name="pl"/>
|
||||
<locale android:name="pt"/>
|
||||
<locale android:name="ru"/>
|
||||
<locale android:name="ru-rUA"/>
|
||||
|
|
Loading…
Reference in a new issue