Releases: cgnieder/translations
Releases · cgnieder/translations
Version 1.12
Version 1.11
Version 1.10
remove scrlfile dependency
Version 1.9
- add
\ifcurrentlang{<lang>} ... \else ... \fi
- add
\ifcurrentbaselang{<lang>} ... \else ... \fi
- add Brazilian basic dictionary
Version 1.8
load basic dictionary for each loaded language (if available)
Version 1.7
return translation values in \unexpanded
version 1.6
2017/05/16
- allow translations to contain
\par
- improve perfomance by replacing list checks
version 1.5
2017/03/03
- remove dependency on
cnltx-base
- add Dutch dictionary (thanks to kwikwi)
- add Catalan dictionary (thanks to kwikwi)
version 1.4
2016/06/02
- new commands
\declaretranslation
,\newtranslation
,\renewtranslation
and\providetranslation
which can be used after begin document - fallback versions for each definition command
version 1.3
2016/04/19
\LoadDictionary
first checks if a dictionary for the dialect exists and loads it if it does; else it looks for a dictionary of the base language and loads that instead- New command
\LoadDictionaryForDialect
which only loads the dictionary for a specified dialect – this doesn't check if a dictionary for a base language exists