Skip to content

Instantly share code, notes, and snippets.

@cydh
Created September 3, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cydh/b5d50390276ab97fb084 to your computer and use it in GitHub Desktop.
Save cydh/b5d50390276ab97fb084 to your computer and use it in GitHub Desktop.
// rAthena Configuration File
//
// Translations generated with '—-generate-translations' should be pointed to here
// When employing more than one language, this setting is used as a fallback.
// Only define one language.
default_language: "English"
// List of translations.
translations: {
// Structure for translation languages
//
//Language: ( "path/to/translation.po" )
//Language2: ( "path/to/translation2.po", "path/to/translation2a.po" )
//
// Examples:
//
Spanish: ( "lang/Spanish.po" )
Indonesian: (
"lang/Indonesian/msg_conf.po",
"lang/Indonesian/npc/airports/airship.po",
"lang/Indonesian/npc/re/cities/malangdo.po"
)
}
@Keysito
Copy link

Keysito commented Apr 20, 2016

Looking forward to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment