Skip to content

Releases: cgnieder/translations

Version 1.12

05 Feb 08:09
Compare
Choose a tag to compare

Add Polish dictionary

Version 1.11

04 Jan 13:11
Compare
Choose a tag to compare
  • correct deprecated file hooks, fixes issue #18
  • remove \unexpanded from translated keys, fixes issue #12
  • make nynorsk a dialect of norsk, fixes issue #19
  • don't define the literal string as command but output it directly; fixes issue #13
  • correct some Dutch translations

Version 1.10

16 Jan 13:33
Compare
Choose a tag to compare

remove scrlfile dependency

Version 1.9

16 Jan 13:38
Compare
Choose a tag to compare
  • add \ifcurrentlang{<lang>} ... \else ... \fi
  • add \ifcurrentbaselang{<lang>} ... \else ... \fi
  • add Brazilian basic dictionary

Version 1.8

28 Feb 18:49
Compare
Choose a tag to compare

load basic dictionary for each loaded language (if available)

Version 1.7

28 Feb 18:48
Compare
Choose a tag to compare

return translation values in \unexpanded

version 1.6

16 May 09:10
Compare
Choose a tag to compare

2017/05/16

  • allow translations to contain \par
  • improve perfomance by replacing list checks

version 1.5

16 May 09:11
Compare
Choose a tag to compare

2017/03/03

  • remove dependency on cnltx-base
  • add Dutch dictionary (thanks to kwikwi)
  • add Catalan dictionary (thanks to kwikwi)

version 1.4

16 May 09:13
Compare
Choose a tag to compare

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

16 May 09:20
Compare
Choose a tag to compare

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