Skip to content

Add Java, JavaScript, or C# files and see G11n issues on sandbox.lingoport.com

Notifications You must be signed in to change notification settings

gocardless/sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox Readme

Welcome

Welcome to the Lingoport Sandbox. Use the sandbox to get a feel for Lingoport's Globalyzer. You may commit Java, JavaScript or C# code under the relevant folder. Once the code has been pushed to the repository, it will be automatically scanned by Globalyzer. Within a couple of minutes, the results will be shown on the sandbox dashboard at sandbox.lingoport.com.

For more information, view the following sandbox videos.

Access

In order to make changes the the sandbox, you will need push/write access. If you have an existing github account, you may request access by submitting an issue. Please specify that you are requesting access, and list all accounts that you would like to have access.

If you do not have a github account, you may also contact Lingoport via this form on our web page. Or email support@lingoport.com. We will create a github account for you.

In this Sandbox:

  • Add or modify C# (.cs), Javascript (.js, .html) and Java (.java) files: The Dashboard will reflect any new i18n issues.
  • Add or modify resource bundles.
    • Use filename_en_US.(json/properties/resx) for the base files.
  • Watch as updates to en_US files are automatically added to fr_FR, de_DE, ja_JP, and zh_CN resource files then sent for translation.
    • So for example: Update messages_en_US.properties and watch as other message_ files, such as messages_ja_JP.properties, are updated. Or errors_en_US.resx and errors_de_DE.resx, etc.
    • Translation updates will occur every 8 hours.

Usage

  1. Clone the repository.
  2. Checkout the working branch.
    • $ git checkout working
  3. Add Java, JavaScript and/or C# code under the relevant directory.
  4. Commit and push you changes.
    • $ git add <changed files here>
    • $ git commit
    • $ git push origin working

Within a couple of minutes, the Lingoport Sandbox Dashboard will update to include a scan of your changes.

Updates you make to English resource files will be automatically translated within 8 hours. You can see the translation status in the dashboard here.

Need Help?

Contact lingoport support at support@lingoport.com

Notes

The 'working' branch will be reset on a weekly basis.

About

Add Java, JavaScript, or C# files and see G11n issues on sandbox.lingoport.com

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.6%
  • Java 16.6%
  • HTML 14.4%
  • JavaScript 12.4%