From b5e33ec38ea340892ff48f4b1a9a61f01d80209a Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 28 Jan 2017 05:11:38 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/Localization/README.md | 3 +++ ConfigGenerator/Localization/README.md | 3 +++ GUI/Localization/README.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 ArchiSteamFarm/Localization/README.md create mode 100644 ConfigGenerator/Localization/README.md create mode 100644 GUI/Localization/README.md diff --git a/ArchiSteamFarm/Localization/README.md b/ArchiSteamFarm/Localization/README.md new file mode 100644 index 000000000..59278d545 --- /dev/null +++ b/ArchiSteamFarm/Localization/README.md @@ -0,0 +1,3 @@ +This directory contains ASF strings for display and localization purposes. + +All strings used by ASF can be found in main ```Strings.resx``` file, and that's also the only file that should be modified - all other files are managed automatically and should not be touched. Please visit **[localization](https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization)** section on the wiki if you want to improve translation of other files. diff --git a/ConfigGenerator/Localization/README.md b/ConfigGenerator/Localization/README.md new file mode 100644 index 000000000..c91730116 --- /dev/null +++ b/ConfigGenerator/Localization/README.md @@ -0,0 +1,3 @@ +This directory contains ASF strings for display and localization purposes. + +All strings used by ASF can be found in main ```CGStrings.resx``` file, and that's also the only file that should be modified - all other files are managed automatically and should not be touched. Please visit **[localization](https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization)** section on the wiki if you want to improve translation of other files. diff --git a/GUI/Localization/README.md b/GUI/Localization/README.md new file mode 100644 index 000000000..7784d7162 --- /dev/null +++ b/GUI/Localization/README.md @@ -0,0 +1,3 @@ +This directory contains ASF strings for display and localization purposes. + +All strings used by ASF can be found in main ```GUIStrings.resx``` file, and that's also the only file that should be modified - all other files are managed automatically and should not be touched. Please visit **[localization](https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization)** section on the wiki if you want to improve translation of other files.