Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2021-12-24 18:47:19 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-12-24 19:28:51 +0300
commitef05f5760719efb1716d5f81afdb21e62f8946fe (patch)
tree7adc8c239a3fc7c140e18fefd8d2ba8aa0f64e3e /README
parent7a919f40690787818a5aec38a1f74b395c805872 (diff)
Update translations section in README
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 13 insertions, 11 deletions
diff --git a/README b/README
index 781f293ca..312fa1705 100644
--- a/README
+++ b/README
@@ -1776,21 +1776,23 @@ Alternatively, you can setup the filename in the configuration file
in the [dosbox] section. There's a language= entry that can be changed with
the filelocation.
-The DOSBox Staging release package includes a "translations" directory
-containing translated language files. Place the "translations" directory
-inside your config path to allow short-hand notation, as follows:
-
-On launch:
- dosbox -lang es
- dosbox -lang fr
- dosbox -lang it
- dosbox -lang pl
- dosbox -lang ru
+The DOSBox Staging release is bundled with a "translations" directory
+containing translated language files. Translations are provided for
+German (de), Spanish (es), Fench (fr), Italian (it), Polish (pl), and
+Russian (ru). Select your prefered language using short-hand notation,
+as shown in these examples:
+
+Via LANG environment variable:
+ set LANG de (on Windows)
+ export LANG=it (on macOS and Linux)
Via conf setting:
[dosbox]
language = es
- # fr, it, pl, ru
+
+Via command-line flag:
+ dosbox -lang pl
+ dosbox -lang ru
Note: macOS users can find the "translations" directory inside the
"./Resources/" directory, after expanding the .dmg package.