Got a question about using the services offered by SAP Translation Hub? The questions are based on real questions that customers and partners faced when using SAP Translation Hub. Maybe you have a special use case that required you to make extra settings in connected tools? Make this a living document by adding a comment at the bottom, or, if you prefer, drop us a line at translationhub@sap.com.
Questions
I'm trying to use the suggestion service in SAP Web IDE. Although I can select texts, my texts are not added to the properties file. What can I do?
By default, projects in SAP Web IDE expect the properties file to be called i18n.properties, which is in a folder called i18n:
If your properties file is located in the i18n folder, but has a different name, you must enter the name of your properties file as a value for the defaultI18NPropertyFile key in the .project.json file:
If your properties file is located in a folder that is not called i18n, you must enter the name of your folder as a value for the resourceModelName key in the .project.json file:
Note: It is not possible to create a folder hierarchy for the properties file - the properties file must be stored in a folder one level below your project. For example, MyProject/Myi18nFolder/my18n.properties is possible, but MyProject/MyFolders/Myi18nFolder/my18n.properties is not possible,