diff options
author | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2013-09-07 20:06:00 +0400 |
---|---|---|
committer | Ilya Zhuravlev <zhuravlevilya@ya.ru> | 2013-09-08 15:16:19 +0400 |
commit | 6de16bb43890a86e82c9465a0582159a855c7422 (patch) | |
tree | 57fbcb00d009e95acff2d20264ceaf8f610ec964 /minetest.conf.example | |
parent | 6291fd1cbb9c2808e336532c833e26330ff2642b (diff) | |
download | minetest-6de16bb43890a86e82c9465a0582159a855c7422.tar.gz minetest-6de16bb43890a86e82c9465a0582159a855c7422.tar.bz2 minetest-6de16bb43890a86e82c9465a0582159a855c7422.zip |
Add fallback font support for some languages.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 929f39aa4..b876ecab8 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -191,6 +191,10 @@ #mono_font_path = fonts/liberationmono.ttf #mono_font_size = 13 +# This font will be used for certain languages +#fallback_font_path = fonts/DroidSansFallbackFull.ttf +#fallback_font_size = 13 + # # Server stuff # @@ -390,3 +394,7 @@ # Makes DirectX work with LuaJIT. Disable if it causes troubles. #high_precision_fpu = true + +# Override language. When no value is provided (default) system language is used. +# Check "locale" directory for the list of available translations. +#language = |