Module: Wikidatum::LanguageCodes
- Defined in:
- lib/wikidatum.rb
Overview
These language codes are not enforced, you can pass whatever language code you want, even if it’s not represented in this list. The purpose of this is to provide helper constants to allow writing more readable code.
This will only cover some of the most common language codes, not all of them.
Constant Summary collapse
- Arabic =
'ar'
- BrazilianPortuguese =
'pt-br'
- Chinese =
'zh'
- Dutch =
'nl'
- English =
'en'
- EnglishUK =
'en-gb'
- French =
'fr'
- German =
'de'
- Hebrew =
'he'
- Hindi =
'hi'
- Italian =
'it'
- Polish =
'pl'
- Portuguese =
'pt'
- Russian =
'ru'
- SimplifiedChinese =
'zh-hans'
- Spanish =
'es'
- TraditionalChinese =
'zh-hant'
- Turkish =
'tr'
- Ukrainian =
'uk'