Skip to Content
Author's profile photo Ian Armstrong

Part 3: Create a Translation Project and Translate Your Fiori App

Where are you?

You’re currently reading the third part of a four-part tutorial:

 

1. Create a Trial Account and Enable SAP Translation Hub.

2. Use SAP Web IDE to Create a Simple Fiori App and to Search for UI Texts.

3. Create a Translation Project and Translate Your Fiori App.

4. Change Your App and Start the Translation Process for Your Fiori App Again (Optional).

 

What’s this part of the tutorial about?

Now that you’ve prepared your app in English, it’s time to think about making it speak the languages of your customers. That involves the following parts:

  • Creating a translation project in SAP Translation Hub
  • Checking the translations that SAP Translation Hub gives you
  • Pulling the translated properties file from your Git repository to SAP Web IDE

 

Creating a Translation Project in SAP Translation Hub

What You Need to Do What You See

In the SAP Cloud Platform cockpit, navigate to the SAP Translation Hub service, and open the UI by choosing Go to Service.

 

  Note: We recommend that you open the UI in a new tab or window. When the UI appears, refresh the browser tab or window.

Section3.1_a.png
On the SAP Translation Hub UI, create a new translation project by choosing the plus + sign. Section3.1_b.png

Fill in the fields as follows:

 

  • Application Name (Hint: enter the name of your app as it appears in the HTML5 Applications section of the HCP cockpit.)
  • Path to Properties File: enter the path from your project in SAP Web IDE: i18n/i18n.properties
  • Target Languages: select the following 16 languages
    • Arabic
    • Chinese
    • Czech
    • English
    • French
    • German
    • Hebrew
    • Hungarian
    • Italian
    • Japanese
    • Norwegian
    • Polish
    • Portuguese
    • Russian
    • Spanish
    • Turkish

Note: The simple Web shop app provided for this tutorial was configured only for these languages. If you want different languages, adjust the languages in the project settings in SAP Web IDE; see Defining Application Languages.

  Domain: Basis
Note
: Domains are used in the translation process to determine the correct terminology for a given application.

Section3.1_c.png
Save your entries. Section3.1_d.png

Your translation project should be listed on the left. If the translation project is not listed, refresh the browser window.

Select your translation project, and check whether all entries are correct.

Section3.1_f.png

 

Having told SAP Translation Hub where your project is and into which languages you want to translate the app texts, you’re now ready to get the translations from SAP Translation Hub.

Getting Translations and Checking the Translated Texts

 

What You Need to Do What you See
On the details screen for your translation project, choose Get Translations. Section3.2_a.png
Log on to the Git repository by entering your SAP ID password. Section3.2_b.png
A confirmation message appears for a few seconds. Section3.2_c.png

A new tab appears on the UI: Section3.2_d1.png

 

To view and edit the translations, choose this new tab.

 

Select any language, for example, Spanish, and check whether all texts are translated into Spanish.

Section3.2_d.png

If you do not like one of the proposed translations, you can overwrite the proposed translation.

 

Example: Choose Spanish, and search using Ctrl+F for Name. Overwrite the Spanish translation, Nombre, with Nombre del producto.

/wp-content/uploads/2016/05/section3_2_e_947530.png

Save your changes.

 

To update the translations in the Git repository, choose Get Translations. 

/wp-content/uploads/2016/05/section3_2_f_947537.png
Log on to the Git repository by entering your SAP ID password. /wp-content/uploads/2016/05/section3_2_g_947538.png
A confirmation message appears. /wp-content/uploads/2016/05/section3_2_h_947539.png
Optional:
You can verify if the changes have been made to your HTML5 app by refreshing the version list of your app or by taking a look at the Git Repositories section in the SAP Cloud Platform cockpit.
/wp-content/uploads/2016/05/section3_2_i_947546.png

 

SAP Translation Hub has now translated your app texts and created language-specific properties files in the Git repository. To check the properties files and view translation versions of the app, you need to pull the properties files to your project in SAP Web IDE.

 

Pull the New Properties Files from the Git Repository to SAP Web IDE

What You Need to Do What You See
In SAP Web IDE, open the Git pane. Section3.3_a.png
Select your project on the left of the screen, and pull the latest changes from the Git repository. Section3.3_b.png

Log on to the Git repository with your SAP ID user and password.

To avoid having to log on in the future, select Remember Me, and choose OK.

Section3.3_c.png

A message confirms that the changes have been pulled successfully.

Note: The message appears for only a few seconds.

Section3.3_d.png
To ensure that there are no refresh issues in the browser, refresh your browser. Section3.3_e.png
Expand the i18n folder in your project, and check whether there is an i18n file for each target language that you chose on the SAP Translation Hub UI. Section3.3_f.png

Select your project, right-click the localindex.html file, and choose Run –> Run with Mock Data.

 

 

 

Section3.3_g.png

The Web shop app appears.
To see the translated texts, choose Spanish from the dropdown in the upper right corner of the UI.
Pay particular attention to the title that you added and your updated Spanish translation, Nombre del producto.

 

Note: If translations do not appear correctly, refresh the page.

Section3.3_h.png

 

The Bottom Line

That’s it for this part of the tutorial. You’ve now translated the texts in your app into 16 languages and pulled the resulting properties files into your project in SAP Web IDE. The next exercise is optional. If you’re hungry for more, head over to the next exercise, in which you add a button to your app: Part 4: Change Your App and Start the Translation Process for Your Fiori App Again.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.