plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 864101e02b9aec20b47a4301af70b1084b3dddbf
parent 878223766222fd4bff5adb0eb0e9a89cbb366bd8
Author: gstraube <gstraube@mailbox.org>
Date:   Tue, 15 May 2018 16:14:18 +0200

Add app name to German translation (issue #17)

Diffstat:
Mapp/src/main/res/values-de-rDE/strings.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml @@ -1,4 +1,5 @@ <resources> + <string name="app_name">Cythara</string> <string name="privacy_policy">Datenschutzrichtlinie anzeigen</string> <string name="set_notation">Notation wählen</string> <string name="toggle_dark_mode">Dunkelmodus umschalten</string>