The Site/Project Manager has the ability to turn a language live, customers won't be able to see the translations until a language is pushed live. However, there's a quick and easy way to preview your translations while your language is not.
Simply follow these steps:
- Open the website of the customer you're translating.
- Right-click on the website and choose "Inspect".
- In the newly opened inspection window, choose "Console".
- Click on the text box and copy and paste the following code snippet into it:
- Press Enter
- Refresh the page
sitetran.cookie_write("prod_json_filename", "dev.json", "." + sitetran.get_parent_domain(window.location.hostname));
If you follow those steps, you will be in dev mod. You will be able to choose the language you are translating into from the language dropdown. Click on it, and you will be able to see your work!
To exist dev mode, follow the same steps, but use the following code snippet:
sitetran.cookie_write("prod_json_filename", "prod.json", "." + sitetran.get_parent_domain(window.location.hostname));