Skip to main content

Rigi Documentation

Test the deployment of Rigi tokens to a staging server

Pre-requisites

  1. Open the staging server in a browser.

  2. Press Ctrl+A to select all texts.

    Test_deployment.png

  3. Press Ctrl+C to copy the contents to the clipboard.

  4. Open the Notepad++.

  5. Select Encoding > ANSI.

    Test_deployment1.png

  6. Press Ctrl+V  to paste the comments from the clipboard.

    Test_deployment2.png

The question marks are the Rigi tokens.

Troubleshooting

If you do not see question marks, something is wrong. Please check the following:

  • Did you deploy the resources with Rigi tokens?

  • Did you select the locale that contains the Rigi tokens?

  1. Open the staging server in a browser.

  2. Select the Rigi language.

    Test_deployment_2.png

  3. Press F12 to open the developer tools.

  4. In the console, enter RIGI_Initialize({}).

    Test_deployment1_2.png

  5. Hover over texts. The ones with Rigi signatures should be highlighted.

    Test_deployment2_2.png

  6. Right-click on a text to select it. The console logs the string identifier (numeric).

    Test_deployment3_2.png

    You can use this numeric value to find the string in a Rigi project.

    1. In the project menu, select Texts > String list.

    2. Enter the number in the filter.

      Filter by string ID must be enabled.

      Numeric_value.png