Изворни код странице Модул:Citation/CS1/Language
Пређи на навигацију
Пређи на претрагу
Немате дозволу да уређујете ову страницу из следећег разлога:
Можете да видите и копирате извор ове странице.
local language = {}
--[[--------------------------< L A N G U A G E S U P P O R T >----------------------------------------------
This code is an experimant that may be useful in solving the Cyrillic/Latin nominative/dative issues that this
editor does not fully understand. It is hoped that the data table and support code introduced here will be
useful in untangling what this editor sees as a mess that is hard to maintain and as such, hard for later editors
to understand.–ttm
]]
--[[--------------------------< T R A N S L A T I O N T A B L E S >------------------------------------------
local iso_639_2_translation = {
['de'] = {'немачки', 'немачком'},
['en'] = {'nominative', 'dative'},
['fr'] = {'nominative', 'dative'},
};
]]
000
1:0
Шаблон који се користи на овој страници:
Назад на страницу Модул:Citation/CS1/Language.