mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 20:58:46 -05:00
8 lines
210 B
PHP
8 lines
210 B
PHP
<?php
|
|
|
|
//TODO: Finish this
|
|
setlocale(LC_ALL, DEFAULT_LANGUAGE.".UTF-8");
|
|
|
|
bindtextdomain("server-status", __DIR__ . "/locale/");
|
|
bind_textdomain_codeset(DEFAULT_LANGUAGE, "utf-8");
|
|
textdomain("server-status"); |