Difference between revisions of "locale"

From OpenKore Wiki
Jump to navigation Jump to search
m (Created page with '; locale [<short locale name>] : Translation setting for kore, the [http://www.loc.gov/standards/iso639-2/php/English_list.php list of short locale names using ISO 639-1] will he…')
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; locale [<short locale name>]
+
; locale <[http://www.loc.gov/standards/iso639-2/php/English_list.php ISO 639-1 short locale name]>
: Translation setting for kore, the [http://www.loc.gov/standards/iso639-2/php/English_list.php list of short locale names using ISO 639-1] will help you choose the right short locale name.
+
: Translation setting for kore.
 +
: The list of available languages can be found [https://github.com/OpenKore/openkore/blob/master/src/po/Distfiles here].
 +
 
 +
== Default ==
 +
Determined by environment.
 +
 
 +
== Notes ==
 +
Since environment locale is used by default, it can be set in environment instead:
 +
LC_ALL=ru ./openkore.pl
  
 
[[Category:sys.txt]]
 
[[Category:sys.txt]]
 +
[[Category:Unnecessary Features]]

Latest revision as of 21:31, 22 July 2021

locale <ISO 639-1 short locale name>
Translation setting for kore.
The list of available languages can be found here.

Default

Determined by environment.

Notes

Since environment locale is used by default, it can be set in environment instead:

LC_ALL=ru ./openkore.pl