Releases: orbinson/aem-dictionary-translator
Releases · orbinson/aem-dictionary-translator
1.2.1
Fixed
- Creation of new dictionary and editing of labels #62
1.2.0
⚠️ This version contains two major bug, please do not use this one! For details see #62 ⚠️
Changed
- Add button to default AEM translator (if it exists) #47
- Consolidate field labels in dialog for "Create Key" and "Edit Key" #57
- Language drop-down should expose both language and optionally country name #56
- Update terminology to message entry and key instead of label #33
- Add option to publish to preview #43
- Add
/conf
as editable root for dictionaries #46
- Update maven dependencies #51
- Sort dictionary languages alphanumerically #52
Fixed
- Remove shortcut
d
for "Delete Language" as it conflicts with Cmd + Opt + I
on Mac OS Chrome (Open Developer Tools)
- Fix publication error when too many keys are selected #45
- Fix publication timeout when for large dictionaries #44
Thanks @kwin and @bKalbitz for your contributions!
1.1.4
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
Fixed
- Add sling:key to labels for a newly created language: #28
1.1.1
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
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
Changed
- Add breadcrumbs to the dictionary labels page: #3
1.0.5
Fixed
- Fix labels not working anymore when a new language is added
1.0.4
Fixed
- Use the distribution API to be able to deep replicate a dictionary: #1