summaryrefslogtreecommitdiff
path: root/data/locale/attributes.adoc
AgeCommit message (Collapse)Author
2017-07-31split translation file [skip ci] (PR #2345)Dan Allen
- split translation file into one file per language - enclose listing-caption and preface-title in preprocessor conditional directive - add placeholder for part-refsig attribute
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
- store referenceable nodes under refs key in document catalog - when registering a ref, store entry in both refs table and deprecated ids table - update tests to use consolidated register method - add xreftext method to AbstractBlock, Section, and Inline to produce formatted text for xref - add API docs to the xreftext methods - format xref text according to xrefstyle attribute, if set (full, short, or basic) - move reftext? and reftext methods down to AbstractBlock and Inline; contextualize - apply reftext substitutions (specialchars, quotes, replacements) to value returned by reftext method - drop support for reftext document attribute - don't catalog inline anchor if reftext containing attribute reference resolves to empty string - use reftext method instead of text method for :ref in DocBook converter - add feature tests for explicit reftext - add feature tests for generated reftext using xrefstyle - introduce language attributes for chapter, section, and appendix reference signifier * name attributes chapter-refsig, section-refsig, and appendix-refsig, respectively - enable chapter-label attribute in translations file; map to chapter-refsig attribute to it - map appendix-refsig attribute to value of appendix-caption attribute in translations file - add placeholders in translations file for chapter-refsig where missing and section-refsig - handle refsig document attribute values consistently (only use if attribute is non-nil) - update link and xref tests to populate refs key in document catalog - encode double quote and strip XML tags in value of xreflabel attribute in DocBook converter - don't store return value of target in inline_anchor method of HTML converter
2017-04-23Added Norwegian Nynorsk translation and updated Norwegian Bokmål ↵Karl Ove Hufthammer
translation (PR #2142) This adds support for Norwegian Nynorsk (language code: nn). It also updates the Norwegian Bokmål translation, by adding a few missing translations (chapter-label, listing-caption, preface-title) and improving a few of the existing ones by making them more idiomatic and consistent with other software (notable the babel package in LaTeX). Note that the language code for Norwegian Bokmål has been corrected from ‘no’ to ‘nb’. There are only two written Norwegian languages, Norwegian Bokmål (language code: nb) and Norwegian Nynorsk (language code: nn). The older ‘no’ language code should not be used for either of the written Norwegian languages, only for spoken Norwegian.
2017-04-17Add Polish translation for built-in attributes (PR #2131)Łukasz Dziedziul
2017-04-14Add Romanian translation for built-in attributes (PR #2125)Vitalie Lazu
2017-03-07reorder languages in transation file for built-in labelsDan Allen
2017-03-07add Bahasa Indonesia translation of built-in labelsTriyan W. Nugroho
2016-11-30Add Ukrainian translation for built-in attributes (PR #1955)Kyrylo Yatsenko
2016-11-10Add German translation for Chapter label (#1920)FAP
2016-11-03Fix reference to documentation in attributes.adoc (PR #1901)stonio
Fix reference to documentation (http://asciidoctor.org/docs/user-manual/#customizing-labels)
2016-09-17Translate built-in attributes to Finnish (PR #1876)lgvz
2016-07-20Translate built-in attributes to Serbian (PR #1817)Bojan Stipic
* Translate built-in attributes to Serbian (For both Cyrillic and Latin alphabet) * translate chapter-label to Serbian
2016-06-12Translate built-in attributes to Hungarian (PR #1795)István Pató
2016-05-23Add Portuguese translation of built-in attributesRoberto Cortez
2016-05-14Updated Italian translation (PR #1770)Marco Ciampa
2016-05-12add Traditional Chinese translation for built-in attributesdongwq
2016-05-10uppercase manname-title in translationsDan Allen
2016-05-10add Brazilian Portuguese translation for built-in attributes (PR #1757)rmpestano
2016-05-10Add Bulgarian translation of built-in attributes (PR #1765)Ivan St. Ivanov
2016-05-10add danish translation for built-in attributes (PR #1764)Max Rydahl Andersen
2016-05-10Add Italian translation for Chapter label (PR #1766)Marco Ciampa
2016-05-10alphabetize languages in locale attributes fileDan Allen
2016-05-10add Japanese translation for built-in attributes (PR #1763)Takayuki Konishi
2016-05-10Add Norwegian translation of built-in attributes (PR #1762)Aslak Knutsen
2016-05-10Add Persian (Farsi) translation of built-in attributes (PR #1761)Shahryar
2016-05-10resolves #1759 add Korean translation for build-in attributes (PR #1760)Sungsik Nam
2016-05-10add Simplified Chinese translation for build-in attributes (PR #1758)John Dong
2016-05-08Add Russian translation for build-in attributes (PR #1754)Alexander Zobkov
2016-05-08add Turkish translations for built-in attributes (PR #1753)Rahman Usta
2016-05-07alphabetize languages in locale attributes fileDan Allen
2016-05-07add Dutch ( [nl] ) translations for built-in attributes (PR #1751)roel van steenberghe
2016-05-07add Catalan translations for built-in attributesAbel Salgado Romero
2016-05-07remove blank lines in locale attributes fileDan Allen
2016-05-07Add spanish translation for built-in attributesEddú Meléndez
2016-05-07update French translations (PR #1748)Nicolas Comet
2016-05-07revise attribution line in locale attributesDan Allen
2016-05-07Arabic translations for built-in labels (PR #1749)Aboullaite Mohammed
Added arabic translations for built-in labels
2016-05-07add instructions at the top of the locale attributes fileDan Allen
2016-05-07Translate Attributes to German (PR #1744)Florian Wilhelm
2016-05-07update French translation stringsDan Allen
- use Austuce for tip caption instead of Suggestion - swap translations for caution and warning - leave preface-title and listing-caption commented out
2016-05-07French translations for built-in labels (PR #1745)Nicolas Comet
* Added french translations for built-in labels
2016-05-06Added preliminary i18n support file (PR #1743)Marco Ciampa
* First addition to temporary i18n support strings (Italian complete)