Test the deployment of Rigi tokens to a staging server
Pre-requisites
The developers have deployed the Rigi tokens to a staging server. For details, see the Prepare a staging server with Rigi tokens guide.
Users can select a specific language/locale to load the Rigi language.
You have installed the Rigi Chrome extension. For details, see the Install Rigi injector for Chrome guide.
Open the staging server in a browser.
Press
Ctrl+A
to select all texts.Press
Ctrl+C
to copy the contents to the clipboard.Open the Notepad++.
Select Encoding > ANSI.
Press
Ctrl+V
to paste the comments from the clipboard.
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?
Open the staging server in a browser.
Select the Rigi language.
Press
F12
to open the developer tools.In the console, enter
RIGI_Initialize({})
.Hover over texts. The ones with Rigi signatures should be highlighted.
Right-click on a text to select it. The console logs the string identifier (numeric).
You can use this numeric value to find the string in a Rigi project.
In the project menu, select Texts > String list.
Enter the number in the filter.
Filter by string ID must be enabled.