Skip to content

Releases: orbinson/aem-dictionary-translator

1.1.4

16 Sep 18:19
Compare
Choose a tag to compare

Changed

  • Updated terminology to message entry and key instead of label [#33]

Fixed

  • Language nodes can be different than the jcr:language property value [#37]
  • Allow nt:folder as language node [#38]
  • Language nodes can be names different between the languages [#39]
  • Update all responses to use HTML based error responses so that Granite UI shows them in the dialogs: #24
  • Don't swallow the replication exceptions, but show the user that it does not have the rights: #23

1.1.3

03 Aug 20:32
Compare
Choose a tag to compare

Fixed

  • Add sling:key to labels for a newly created language: #28

1.1.2

28 Feb 08:57
Compare
Choose a tag to compare
1.1.2

1.1.1

08 Feb 13:59
Compare
Choose a tag to compare

Added

  • CSV files with other languages than the dictionary currently has will not be imported: #17

Fixed

  • Resolved errors occurring when publishing labels: #13
  • Reactivated publish button for dictionaries: #13
  • Exporting a csv sometimes gives completely empty file: #15

1.1.0

01 Feb 20:35
Compare
Choose a tag to compare

Changed

  • Dictionaries with .json files are no longer showed in dictionary
    list: #8
  • Labels with no translation for a specific language no longer have a
    sling:message so the value won't be empty but will have a fallback
    from another language or the key itself: #12

Added

  • Publish specific labels in a dictionary: #8
  • Export/Import CSV files of/to dictionaries: #10

1.0.6

12 Sep 08:02
Compare
Choose a tag to compare

Changed

  • Add breadcrumbs to the dictionary labels page: #3

1.0.5

30 Aug 09:57
Compare
Choose a tag to compare

Fixed

  • Fix labels not working anymore when a new language is added

1.0.4

16 Aug 11:26
Compare
Choose a tag to compare

Fixed

  • Use the distribution API to be able to deep replicate a dictionary: #1

1.0.3

14 Aug 09:59
Compare
Choose a tag to compare

Changed

  • Set minimum required SDK version to 2023.6.12255.20230608T053118Z-230400

1.0.2

11 Aug 07:27
Compare
Choose a tag to compare

Fixed

  • When adding new languages existing labels could not be updated

Changed

  • Update README.md documentation