OpenChain-Project / Online-Self-Certification-Web-App

This is the source code for the OpenChain Project Conformance Online Self-Certification Web App
https://certification.openchainproject.org/
Apache License 2.0
12 stars 5 forks source link

String fragments causing localization issues #107

Closed goneall closed 5 years ago

goneall commented 5 years ago

The translation.json file contains the following string fragments. These should be reviewed and if applicable, combined into a single string using a template for replacing strings if needed:

  "Getting Started_content_1": "Fulfill all requirements set forth in the ",
  "Getting Started_content_1_sub": "Specification.",
  "here" : "here",
  "error-msg" : "Sorry - there was a problem loading data:",
  "Please contact":"Please contact",
  "OpenChain Support":"OpenChain Support",
  "report":"to report any inaccuracies or issues.",
  "Trademark Usage":"Trademark Usage",
  "page":"page.",
  "Privacy Policy":"Privacy Policy",
  "and":"and",
  "Terms of Use":"Terms of Use",
  "Organization":"Organization",
  "Specification" : "Specification.",  "Sign Up_content_2":"I agree to the Linux Foundation",
  "Sign Up_content_2_T&C" : "Terms of Use",
  "Site Software Version: ":"Site Software Version: ",
  "Summary-history-update" : "questionnaire version/languages will be updated", 
  "Summary-history-add" : "questionnaire version/languages will be added",
  "questionnaire-updated" : "questionnaire version/languages were updated",
  "questionnaire-added" : "questionnaire version/languages were added",
  "questionnaire-warning" : "with the following warnings",
  "Site Software Version" : "Site Software Version",
goneall commented 5 years ago

Resolved by PR #110