From 249e226662155eec5f40b0686c6a973334535786 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 25 Apr 2021 20:09:02 +0200 Subject: [PATCH] Add a localization note --- .../Localization/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/README.md diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/README.md b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/README.md new file mode 100644 index 000000000..4d3bb618e --- /dev/null +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/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 `resx` file that should be modified - all other `resx` files are managed automatically and should not be touched. Please visit **[localization](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Localization)** section on the wiki if you want to improve translation of other files.