Skip to content

Mozilla-GitHub-Standards/1a211e57506f4bc7ad25deab2bcc0f8b69c771edee30a503e084004c1f4c1856

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l10n2kinto

Take a l10n.js property file and create a Kinto collections that let's people sync the file translation.

Usage

l10n2kinto --host https://kinto.dev.mozaws.net/v1 \
           --auth user \
           --bucket loop-client \
           --collection fr \
           --in l10n/fr/*.properties

It will open all properties file in the fr directory and create a new translation record for each entry:

{
    "id": "8cf933da-2224-fc06-f12c-d5d4ed4ac778",
    "last_modified": 1452701470453,
    "key": "chat_textbox_placeholder",
    "value": "Écrivez ici…"
}

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Shell 6.0%