scratch-l10n/scripts
Chris Garrity cea399a1f9 sync knowledge base sources
* Pulls data from Freshdesk solutions knowledge base.
* category names and folder names are plain key-value-json files
* Reformats article strings into a structured json for translation:
```
 [
  <article-key>: {
    title : {
      string: <title text>
    },
    description: {
      string: <title text>
    },
    tags: {
      string: <title text>
    },
…
]
```
2020-05-06 14:46:09 -04:00
..
build-data.js Add scripts for automation 2018-11-25 18:05:44 -05:00
build-i18n-src.js Add script for building en.json 2017-10-31 12:31:29 -04:00
freshdesk-api.js sync knowledge base sources 2020-05-06 14:46:09 -04:00
tx-pull-blocks.js Automate and switch to reviewed 2018-12-06 11:45:45 -05:00
tx-pull-translations.js Automate and switch to reviewed 2018-12-06 11:45:45 -05:00
tx-pull-www.js Helpers for failing validations 2019-03-21 11:00:12 +01:00
tx-push-help.js sync knowledge base sources 2020-05-06 14:46:09 -04:00
tx-push-src.js New scripts to support www in scratch-l10n 2019-02-12 10:50:43 +01:00
tx-util.js New scripts to support www in scratch-l10n 2019-02-12 10:50:43 +01:00
update-translations.sh New scripts to support www in scratch-l10n 2019-02-12 10:50:43 +01:00
validate-extension-inputs.js Validate extension input placeholders 2019-11-19 08:25:53 -05:00
validate-translations.js rename files for clarity 2018-11-27 11:36:37 -05:00
validate-www.js New scripts to support www in scratch-l10n 2019-02-12 10:50:43 +01:00