I want the following:
- Add the additional installer data (= Repository) to version control
- Add all translated strings to this location as well, thus as I understand it the un_de.ail, un_en.ail (for changes in the default English and German translations inside the Project Strings) and a dictionary.ail (containing all newly added resources)
https://www.advancedinstaller.com/user- ... nager.html
Next, to achieve the second step, I added my dictionary.ail to the "dictionaries" folder in the new Repository location. The "un_de.ail" and "un_en.ail" were already there. Next, I verified the paths to those dictionaries are correct in the Translations view.
It looked like this in the beginning:
[a long absolute path]\dictionary.ail
<AI_REPOSITORY>dictionaries\ui_de.ail
<AI_REPOSITORY>dictionaries\ui_en.ail
<AI_DICTS>ui_de.ail
<AI_DICTS>ui_en.ail
<AI_DICTS>ui.ail
Now, I wanted "dictionary.ail" to also be added like that: "<AI_REPOSITORY>dictionaries\dictionary.ail". How to achieve that? Always when I press "Add" it uses the absolute path. I also tried to use the import-button, but I couldn't figure out what it did, there were no obvious changes.
Best regards,
Johannes