Make translations for SAS emoji available in-tree (#2728)

* add a base file

* Fix directory name

* Added translation using Weblate (English)

* Translated using Weblate (English)

Currently translated at 1.6% (1 of 64 strings)

Translation: matrix-doc/SAS Emoji v1
Translate-URL: https://translate.riot.im/projects/matrix-doc/sas-emoji-v1/en_EN/

* add english files

* delete english files

* Added translation using Weblate (English)

* Added translation using Weblate (English)

* Do manual translations

* Deleted translation using Weblate (English)

* Deleted translation using Weblate (English)

* Add a script to update the definitions with the translations

* update i18n

* Add a note to the spec about translations

* changelog

* Ensure translations end with json
This commit is contained in:
Travis Ralston 2020-08-12 14:04:48 -06:00 committed by GitHub
parent 8eb1c53144
commit d37f7a25b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 555 additions and 65 deletions

View file

@ -19,6 +19,8 @@ The remainder of the process is as follows:
1. Having checked out the new release branch, navigate your way over to `./changelogs`.
1. Follow the release instructions provided in the README.md located there.
1. Update any version/link references across all specifications.
1. From translate.riot.im, push repository changes and merge the subsequent PR.
1. Run `./scripts/i18n.py` to ensure all translatable files are up to date.
1. Generate the specification using `./scripts/gendoc.py`, specifying all the
API versions at the time of generation. For example: `./scripts/gendoc.py -c r0.4.0 -s r0.1.0 -i r0.1.0 #etc`
1. PR the changes to the matrix-org/matrix.org repository (for historic tracking).