Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 959 Bytes

LANGUAGES.md

File metadata and controls

45 lines (41 loc) · 959 Bytes

List of supported languages

Scraping modules that support languages

  • screenscraper

Pretty much all resources from screenscraper have language support. Use the short-name only when setting it, check the examples further down.

Languages

  • de: German
  • en: English
  • zh: Chinese
  • ko: Korean
  • da: Danish
  • es: Spanish
  • fi: Finnish
  • fr: French
  • hu: Hungarian
  • it: Italian
  • ja: Japanese
  • nl: Dutch
  • no: Norwegian
  • pl: Polish
  • pt: Portuguese
  • ru: Russian
  • sk: Slovakian
  • sv: Swedish
  • cz: Czech
  • tr: Turkish

Examples

Command line

--lang de

/home/USER/.skyscraper/config.ini

[main]
lang="de"

or

[<PLATFORM>]
lang="de"

Substitute with the platform you want to use these priorities with (eg. 'snes').

Other notes

When a language is specified by the user, this language will be prioritized. However, if a resource can't be found with that specific language, it will fall back to en (English).