Jump to content

Manual:$wgDummyLanguageCodes/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgDummyLanguageCodes and the translation is 13% complete.
Language, regional and character encoding settings: $wgDummyLanguageCodes
List of language codes that have been renamed to new (correct) codes, or don't correspond to an actual interface language.
이 변수가 소개된 버전:1.16.0 (r60736)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(array of strings)
기본값:see below

상세

This global variable contains an array of language codes that don't have a corresponding set of translated system messages and never will.

  • In most cases they simply map directly to another language code.

These codes are left over from renames, or other legacy things.

  • "qqq" is a dummy "language" for documenting messages.
  • "qqx" (since 1.18) is a dummy "language" that can be used with "&uselang=qqx" to view the message names in the interface.

These language codes are excluded on the installer as selectable user or content languages.

Since 1.18, they are excluded when running the transstat.php maintenance script (used for generating localisation statistics).

기본값

미디어위키 버전:
1.19
$wgDummyLanguageCodes = [
	'als' => 'gsw',
	'bat-smg' => 'sgs',
	'be-x-old' => 'be-tarask',
	'bh' => 'bho',
	'fiu-vro' => 'vro',
	'no' => 'nb',
	'qqq' => 'qqq', # Used for message documentation.
	'qqx' => 'qqx', # Used for viewing message keys.
	'roa-rup' => 'rup',
	'simple' => 'en',
	'zh-classical' => 'lzh',
	'zh-min-nan' => 'nan',
	'zh-yue' => 'yue',
];
미디어위키 버전:
1.18
$wgDummyLanguageCodes = array(
	'als',
	'bat-smg',
	'be-x-old',
	'fiu-vro',
	'iu',
	'nb',
	'qqq',
	'qqx',
	'roa-rup',
	'simple',
);
미디어위키 버전:
1.17
$wgDummyLanguageCodes = array(
	'als',
	'bat-smg',
	'be-x-old',
	'dk',
	'fiu-vro',
	'iu',
	'nb',
	'qqq',
	'simple',
	'tp',
);
미디어위키 버전:
1.16
$wgDummyLanguageCodes = array( 'qqq', 'als', 'be-x-old', 'dk', 'fiu-vro', 'iu', 'nb', 'simple', 'tp' );

See also