Skip to content

edmoss345/idems_translation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDEMS translation

Overview

  • app: scripts that are app-specific (to extract and insert translations)
  • chatbot: scripts that are RapidPro-specific (to extract and insert translations)
  • common_tools: scripts to handle (duplicates, best matches, etc.) json files/translation files in a format that is shared between app and chatbot. The current json format (compatible with Translators Without Borders system) is:
{
  "SourceText": "English text, uniquely identifies the bit",
  "text": "Translation",
  "type": "Type of string to translate*",
  "note": "Note for translators"
}

*needed for inserting the translation back into the system? For RapidPro the possible types are: text, quick_replies, arguments For the app the possible types are: ???

Getting started

See READMEs for each project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • Python 10.7%
  • PowerShell 6.2%