๋ฌธ์˜ˆ๋…ธํŠธ(literarynote)๋Š” ์ž ์žฌ์˜ ๊ธ์ • ๊ทธ๋ฆฌ๊ณ  ๋‹ค์–‘์˜ ๊ณต์กด์— ๊ด€ํ•œ ์—ฐ๊ตฌ์™€ ์‹คํ—˜์œผ๋กœ ์‚ถ์˜ ์ง„์ •์„ฑ์„ ๋ชจ์ƒ‰ํ•ฉ๋‹ˆ๋‹ค. ๋ฌธ์˜ˆ๋…ธํŠธ๋Š” ํ•œ ๊ถŒ์˜ ์ฑ…์ด๋ฉฐ, ๋ฌดํ˜•์˜ ์—ฐ๊ตฌ์‹ค์ž…๋‹ˆ๋‹ค.


Main

Literarynote


Links


PmWiki

pmwiki.org


Edit SideBar

I18nVariables

This page describes the variables used by PmWiki for Internationalizations (i18n).

$VarPagesFmt
An array which contains the PageNames where you can find variable definitions. To be modified when documentation is not in english. See scripts/vardoc.php.
$XL
An array (hash) which contains pairs of language identifiers and translation hashes. Each translation hash maps a given lookup key (or phrase) into a corresponding text string for the given language. Thus, it is essentially a multi-lingual dictionary used for phrase translation. It is also used for handling user preference mappings. Thus, the 'e_row' value that one finds on the Site.Preferences page is loaded into $XL during preference processing.
$XLLangs
An array that contains the names of the currently active language definitions. Only dictionaries in $XL that are named in $XLLangs are used by the $[...] markup when performing a translation.

See also:


This page may have a more recent version on pmwiki.org: PmWiki:I18nVariables, and a talk page: PmWiki:I18nVariables-Talk.

Page last modified on August 31, 2008, at 07:34 PM