Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: remove translation of app_name (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem13327 authored May 27, 2024
1 parent 1adc35e commit f7562bc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<string name="okay">OK</string>
<string name="recordings">Aufzeichnungen</string>
<string name="cancel">Abbrechen</string>
<string name="app_name">Record You</string>
<string name="rename">Umbenennen</string>
<string name="file_name">Dateiname</string>
<string name="delete">Löschen</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-fr/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">Record You</string>
<string name="file_name">Nom de fichier</string>
<string name="delete">Supprimer</string>
<string name="irreversible">Êtes-vous sûr ? Cela ne peut pas être annulé !</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ja/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">Record You</string>
<string name="recordings">録音</string>
<string name="okay">OK</string>
<string name="cancel">キャンセル</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ru/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">Record You</string>
<string name="recordings">Записи</string>
<string name="okay">Ок</string>
<string name="cancel">Отмена</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ryu/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">Record You</string>
<string name="recordings">るくゎらん</string>
<string name="okay">OK</string>
<string name="cancel">キャンセル</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">Record You</string>
<string name="recordings">Снимци</string>
<string name="okay">У реду</string>
<string name="cancel">Откажи</string>
Expand Down

0 comments on commit f7562bc

Please sign in to comment.