Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed translation of app_name (Except Malayalam) #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/src/main/res/values-az/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<string name="api_key">API açar</string>
<string name="auto">Avtomatik</string>
<string name="instance">Nümunə</string>
<string name="app_name">Translate You</string>
<string name="okay">Oldu</string>
<string name="cancel">Ləğv et</string>
<string name="enter_text">Mətn daxil et</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-fr-rFR/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Translate You</string>
<!-- Dialog -->
<string name="okay">D\'accord</string>
<string name="cancel">Annuler</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-he/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Translate You</string>
<!-- Dialog -->
<string name="okay">אישור</string>
<string name="cancel">ביטול</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<string name="license">Licenza</string>
<string name="theme_auto">Sistema</string>
<string name="server_error">Errore durante la comunicazione con il server.</string>
<string name="app_name">Traduttore You</string>
<string name="history_summary">Tieni traccia degli ultimi testi tradotti</string>
<string name="okay">Ok</string>
<string name="cancel">Annulla</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Translate You</string>
<!-- Dialog -->
<string name="okay">Ok</string>
<string name="cancel">Anuluj</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-sr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Translate You</string>
<!-- Dialog -->
<string name="okay">У реду</string>
<string name="cancel">Откажи</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Translate You</string>
<string name="cancel">İptal</string>
<string name="okay">Tamam</string>
<string name="enter_text">Metin girin</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Translate You</string>
<!-- Dialog -->
<string name="okay">确定</string>
<string name="cancel">取消</string>
Expand Down
Loading