From 5dfc032103af964e0526d33b4f7d198bf9432769 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 7 May 2019 10:03:27 +0200 Subject: [PATCH] move all localizable source strings into en-US The standard source string format in fdroiddata is en-US, not any other English locale. All other English locales should be consider translations. So anything with localizable metadata in fdroiddata must have en-US texts at minimum. --- metadata/de.schildbach.oeffi/{en => en-US}/full_description.txt | 0 metadata/de.schildbach.oeffi/{en => en-US}/short_description.txt | 0 metadata/de.schildbach.oeffi/{en => en-US}/title.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename metadata/de.schildbach.oeffi/{en => en-US}/full_description.txt (100%) rename metadata/de.schildbach.oeffi/{en => en-US}/short_description.txt (100%) rename metadata/de.schildbach.oeffi/{en => en-US}/title.txt (100%) diff --git a/metadata/de.schildbach.oeffi/en/full_description.txt b/metadata/de.schildbach.oeffi/en-US/full_description.txt similarity index 100% rename from metadata/de.schildbach.oeffi/en/full_description.txt rename to metadata/de.schildbach.oeffi/en-US/full_description.txt diff --git a/metadata/de.schildbach.oeffi/en/short_description.txt b/metadata/de.schildbach.oeffi/en-US/short_description.txt similarity index 100% rename from metadata/de.schildbach.oeffi/en/short_description.txt rename to metadata/de.schildbach.oeffi/en-US/short_description.txt diff --git a/metadata/de.schildbach.oeffi/en/title.txt b/metadata/de.schildbach.oeffi/en-US/title.txt similarity index 100% rename from metadata/de.schildbach.oeffi/en/title.txt rename to metadata/de.schildbach.oeffi/en-US/title.txt