From 2ddb15daf6c93ab492e399e158dc79293539433d Mon Sep 17 00:00:00 2001 From: zorkow Date: Sat, 5 Jan 2019 18:20:35 +0000 Subject: [PATCH] Moves localisation web pages. --- index.html | 7 +- resources/l10n/templates/Messages.ods | Bin 14766 -> 22200 bytes resources/l10n/templates/index.html | 46 + .../{ => en}/ClearspeakExamples.html | 0 .../{ => en}/EmbellishedSymbolsEnglish.html | 0 .../localisation/{ => en}/MathAlphabets.html | 0 .../{ => en}/MathmlCloudEnglish.html | 0 .../{ => en}/MathspeakEnglish.html | 0 .../{ => en}/NobleSamplesEnglish.html | 0 .../{ => en}/SemanticTreeRules.html | 0 .../{ => es}/EmbellishedSymbolsSpanish.html | 0 .../{ => es}/MathmlCloudSpanish.html | 0 .../{ => es}/MathspeakSpanish.html | 0 .../{ => es}/NobleSamplesSpanish.html | 0 resources/www/localisation/index.html | 108 +-- .../localisation/symbols/greek-capital.html | 37 - .../symbols/greek-mathfonts-bold.html | 62 -- .../symbols/greek-mathfonts-italic.html | 62 -- .../greek-mathfonts-sans-serif-bold.html | 62 -- .../localisation/symbols/greek-scripts.html | 25 - .../www/localisation/symbols/greek-small.html | 38 - .../localisation/symbols/greek-symbols.html | 52 -- .../localisation/symbols/hebrew_letters.html | 17 - resources/www/localisation/symbols/index.html | 41 - .../symbols/latin-lower-double-accent.html | 70 -- .../symbols/latin-lower-normal.html | 65 -- .../symbols/latin-lower-phonetic.html | 223 ----- .../symbols/latin-lower-single-accent.html | 204 ----- .../symbols/latin-mathfonts-bold-fraktur.html | 65 -- .../symbols/latin-mathfonts-bold-script.html | 65 -- .../symbols/latin-mathfonts-bold.html | 65 -- .../latin-mathfonts-double-struck.html | 65 -- .../symbols/latin-mathfonts-fraktur.html | 65 -- .../symbols/latin-mathfonts-italic.html | 65 -- .../symbols/latin-mathfonts-monospace.html | 65 -- .../latin-mathfonts-sans-serif-bold.html | 65 -- .../latin-mathfonts-sans-serif-italic.html | 65 -- .../symbols/latin-mathfonts-sans-serif.html | 65 -- .../symbols/latin-mathfonts-script.html | 65 -- .../www/localisation/symbols/latin-rest.html | 253 ----- .../symbols/latin-upper-double-accent.html | 70 -- .../symbols/latin-upper-normal.html | 65 -- .../symbols/latin-upper-single-accent.html | 197 ---- .../www/localisation/symbols/math_angles.html | 37 - .../www/localisation/symbols/math_arrows.html | 317 ------- .../localisation/symbols/math_characters.html | 27 - .../localisation/symbols/math_delimiters.html | 195 ---- .../www/localisation/symbols/math_digits.html | 284 ------ .../localisation/symbols/math_geometry.html | 309 ------- .../localisation/symbols/math_harpoons.html | 65 -- .../symbols/math_non_characters.html | 37 - .../localisation/symbols/math_symbols.html | 865 ------------------ .../localisation/symbols/math_whitespace.html | 54 -- .../www/localisation/symbols/other_stars.html | 71 -- tests/abstract_examples.js | 8 +- tests/abstract_rule_test.js | 9 + 56 files changed, 78 insertions(+), 4619 deletions(-) create mode 100644 resources/l10n/templates/index.html rename resources/www/localisation/{ => en}/ClearspeakExamples.html (100%) rename resources/www/localisation/{ => en}/EmbellishedSymbolsEnglish.html (100%) rename resources/www/localisation/{ => en}/MathAlphabets.html (100%) rename resources/www/localisation/{ => en}/MathmlCloudEnglish.html (100%) rename resources/www/localisation/{ => en}/MathspeakEnglish.html (100%) rename resources/www/localisation/{ => en}/NobleSamplesEnglish.html (100%) rename resources/www/localisation/{ => en}/SemanticTreeRules.html (100%) rename resources/www/localisation/{ => es}/EmbellishedSymbolsSpanish.html (100%) rename resources/www/localisation/{ => es}/MathmlCloudSpanish.html (100%) rename resources/www/localisation/{ => es}/MathspeakSpanish.html (100%) rename resources/www/localisation/{ => es}/NobleSamplesSpanish.html (100%) delete mode 100644 resources/www/localisation/symbols/greek-capital.html delete mode 100644 resources/www/localisation/symbols/greek-mathfonts-bold.html delete mode 100644 resources/www/localisation/symbols/greek-mathfonts-italic.html delete mode 100644 resources/www/localisation/symbols/greek-mathfonts-sans-serif-bold.html delete mode 100644 resources/www/localisation/symbols/greek-scripts.html delete mode 100644 resources/www/localisation/symbols/greek-small.html delete mode 100644 resources/www/localisation/symbols/greek-symbols.html delete mode 100644 resources/www/localisation/symbols/hebrew_letters.html delete mode 100644 resources/www/localisation/symbols/index.html delete mode 100644 resources/www/localisation/symbols/latin-lower-double-accent.html delete mode 100644 resources/www/localisation/symbols/latin-lower-normal.html delete mode 100644 resources/www/localisation/symbols/latin-lower-phonetic.html delete mode 100644 resources/www/localisation/symbols/latin-lower-single-accent.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-bold-fraktur.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-bold-script.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-bold.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-double-struck.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-fraktur.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-italic.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-monospace.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-sans-serif-bold.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-sans-serif-italic.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-sans-serif.html delete mode 100644 resources/www/localisation/symbols/latin-mathfonts-script.html delete mode 100644 resources/www/localisation/symbols/latin-rest.html delete mode 100644 resources/www/localisation/symbols/latin-upper-double-accent.html delete mode 100644 resources/www/localisation/symbols/latin-upper-normal.html delete mode 100644 resources/www/localisation/symbols/latin-upper-single-accent.html delete mode 100644 resources/www/localisation/symbols/math_angles.html delete mode 100644 resources/www/localisation/symbols/math_arrows.html delete mode 100644 resources/www/localisation/symbols/math_characters.html delete mode 100644 resources/www/localisation/symbols/math_delimiters.html delete mode 100644 resources/www/localisation/symbols/math_digits.html delete mode 100644 resources/www/localisation/symbols/math_geometry.html delete mode 100644 resources/www/localisation/symbols/math_harpoons.html delete mode 100644 resources/www/localisation/symbols/math_non_characters.html delete mode 100644 resources/www/localisation/symbols/math_symbols.html delete mode 100644 resources/www/localisation/symbols/math_whitespace.html delete mode 100644 resources/www/localisation/symbols/other_stars.html diff --git a/index.html b/index.html index 33fce7b1f..4393fef26 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,12 @@

A A11Y tool for voicing Mathematics.

+

+ Localisation

+ +

Information and tools for a localisation of SRE can be found here

+

Equation System Support

@@ -42,7 +48,6 @@

a Diagram Center Project.

Pages for user testing with equation systems can be found here

-

Unit tests in English for localisation can be found here