mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Improve docs for language values
This commit is contained in:
@@ -9,7 +9,10 @@ The localised content data structure is a key-value string map.
|
||||
|
||||
.. describe:: lang
|
||||
|
||||
**Required.** The language that ``text`` is written in, given as a code of the form ``ll`` or ``ll_CC``, where ``ll`` is an ISO 639-1 language code and ``CC`` is an ISO 3166 country code. For example,
|
||||
**Required.** The language that ``text`` is written in, given as an XPG-format
|
||||
(a.k.a. POSIX-format) locale name of the form ``ll`` or ``ll_CC``, where
|
||||
``ll`` is an ISO 639-1 language code and ``CC`` is an ISO 3166 country code.
|
||||
For example,
|
||||
|
||||
==================== =====
|
||||
Language Code
|
||||
|
||||
Reference in New Issue
Block a user