Module:I18n/linguistic: Difference between revisions
m (1 revision imported) |
m (1 revision imported) |
||
(No difference)
|
Latest revision as of 09:50, 22 January 2020
Documentation for this module may be created at Module:I18n/linguistic/doc
return { -- message corresponds to the translatewiki message (in some cases: no accurate and needs to be overridden by another text and_conj = { -- in some languages the translatewiki message is not quite right pl = ' i', no = ' og', zh = '和', ["zh-hans"] = '和', ["zh-hant"] = '和', ["zh-cn"] = '和', ["zh-tw"] = '和', message = "and", }, or_conj = { ar = 'أو', bn = ' অথবা', ca = ' o', cs = ' nebo', da = ' eller', de = ' oder', el = ' ή', en = ' or', eo = ' aŭ', et = ' või', fa = 'یا ', fi = ' tai', fr = ' ou', gl = ' ou', he = ' או', hu = ' vagy', it = ' o', ja = 'または', mk = ' или', ml = ' അഥവാ', nds = ' oder', ne = ' अथवा', nl = ' of', nn = ' eller', no = ' eller', ['os'] = ' ó', pl = ' lub', pt = ' ou', ['pt-br'] = ' ou', ru = ' или', sl = ' ali', sv = ' eller', tg = ' ё', th = ' หรือ', tr = ' ve', zh = ' 或', }, colon = { -- Please expand using Commons:Template:Colon ar = ': ', en = ': ', fr = ' : ', }, comma = { message = "comma-separator" }, citation_comma = { zh = ',', -- in Chinese the commas used in citation aren't '、' ["zh-hans"] = ',', ["zh-hant"] = ',', ["zh-cn"] = ',', ["zh-tw"] = ',', message = "comma-separator" }, full_stop = { -- to expand see Commons:Template:Full stop ar = '. ', en = '. ', }, word_separator = { message = 'Word-separator', } }