7 lines
72 B
PHP
7 lines
72 B
PHP
<?php
|
|
return <<<EOF
|
|
[l10n]
|
|
l10n_enabled=0
|
|
l10n_default_language=ko
|
|
EOF;
|