Commit Graph

67 Commits

Author SHA1 Message Date
Joao Moreno
9d6f619140 error, missing compilation 2018-04-11 11:17:22 +02:00
Dirk Baeumer
dfec7a4789 Using correct newline 2018-03-28 14:58:33 +02:00
Dirk Baeumer
2d2741477b Fix newline issue on i18n import 2018-03-28 14:58:32 +02:00
Joao Moreno
1217419309 missing build compilation 2018-02-26 17:25:09 +01:00
Martin Aeschlimann
1f6e3ffd26 [18n] Promise rejection for fetching translation. Fixes #42525 2018-01-31 11:38:12 +01:00
Martin Aeschlimann
5b8d3944de [i18n] extension resources missing on transifex 2018-01-30 09:58:02 +01:00
Martin Aeschlimann
4028618753 [i18n] pseudo language support 2018-01-29 18:04:45 +01:00
Martin Aeschlimann
f00b4f102e [i18n] lang pack update script: add extensions list 2018-01-29 16:51:34 +01:00
Martin Aeschlimann
b7f5db9991 [i18n] fix paths for external extensions 2018-01-26 17:28:56 +01:00
Martin Aeschlimann
4abe874911 [i18n] fix paths for external extensions 2018-01-26 17:27:57 +01:00
Martin Aeschlimann
f43d42499a [i18n] more checks for missing/obsolete resources 2018-01-26 17:27:57 +01:00
Martin Aeschlimann
8c6cc11f6a [18n] find obsolete resources & add externalExtensionsWithTranslations 2018-01-26 10:01:12 +01:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Martin Aeschlimann
0be4f4ec9d [i18n] push compiles js file 2018-01-22 11:26:40 +01:00
Dirk Baeumer
20fc7885da Add better error message 2017-12-04 22:14:28 +01:00
Joao
a6fca8270d missing compilation 2017-09-04 11:02:50 +02:00
Johannes Rieken
30ce2998fd teach lint rules new dynamic import statements 2017-07-14 10:08:11 +02:00
Joao Moreno
bf410d4cc7 tfs: increase retry count when publishing to azure 2017-07-06 08:52:44 +02:00
Michel Kaporin
8b6ba66f49 Switched to HTTPS requests for Transifex. Added check for empty keys in .nls.json when preparing XLFs. 2017-06-30 11:42:52 +02:00
Benjamin Pasero
11c9c5bd33 check in compiled js 2017-06-09 18:10:38 +02:00
Michel Kaporin
6bdcfaa5fd Added Hungarian and Turkish to Insiders. Resolves #28062 and #27608. 2017-06-09 16:15:52 +02:00
Michel Kaporin
6c0d720cdf Resolves #28336 2017-06-09 14:43:30 +02:00
Michel Kaporin
59c132912a Added missing workbench parts and services to pull from Transifex. 2017-06-07 12:35:34 +02:00
Michel Kaporin
45e33456d6 Fixed adding languages only to non-stable build. 2017-06-01 15:13:31 +02:00
Michel Kaporin
895deefdf2 Iterate over the language names, rather than objects. 2017-06-01 14:29:56 +02:00
Michel Kaporin
fb4a49b000 Target only core languages for the stable build. Ref #27818 2017-06-01 12:54:18 +02:00
Michel Kaporin
b126f6b69f Added 'pt-br' to supported languages. 2017-05-24 10:06:44 +02:00
Joao Moreno
74fab50d5d consolidate build package.json 2017-05-16 08:56:21 +02:00
Johannes Rieken
f737b01757 update monaco.d.ts generation, recompile build-folder 2017-04-26 17:59:30 +02:00
Michel Kaporin
b98e13ce7f Inlined js file with the latest i18n.ts changes. 2017-04-24 14:40:30 +02:00
Michel Kaporin
fd27a89df5 Reverted back to iconv-lite dependancy until discovery why iconv module breaks the build. 2017-04-13 19:58:13 +02:00
Michel Kaporin
1ac2a17bb6 Fixed gulp task termination before all translations were emitted. Fixed issue with incorrect encoding for pulled translations. 2017-04-13 18:24:11 +02:00
Michel Kaporin
19b127a6c9 Fixed language codes for build process. 2017-04-06 16:38:28 +02:00
Michel Kaporin
ac301ba0dc Updated cultures list to match Transifex. Code tidy up. 2017-04-06 09:45:42 +02:00
Michel Kaporin
394e3d2cbe Separated Default.isl and messages.isl in two separate projects. Introduced language parameter for pulling XLFs. 2017-04-05 18:12:24 +02:00
Michel Kaporin
aad3068815 Exported necessary members back. 2017-04-05 16:22:22 +02:00
Michel Kaporin
d180307676 Separated pulling from XLF->JSON conversion for Translation Team PoliCheck process. 2017-04-05 15:58:07 +02:00
Michel Kaporin
60531dd2b7 Reverted typings folder refactoring. Made build pipeline to break on failures in parsing or in communication with Transifex. 2017-04-05 11:58:31 +02:00
Michel Kaporin
47e5d4353a Fixed pulled translations path problem. Code tidy up. 2017-03-31 15:24:26 +02:00
Michel Kaporin
b1c5464ea3 Resolved merge conflicts 2017-03-27 15:47:37 +02:00
Michel Kaporin
f352caed0b Updated imports for i18n with typings. Removed 'request' module dependency. 2017-03-27 15:45:44 +02:00
Michel Kaporin
0741a67980 Synchronised pipe to prevent its ending before all of the API responses received. 2017-03-27 15:45:43 +02:00
Michel Kaporin
59c3ff8e85 Added i18n tests. 2017-03-27 15:45:43 +02:00
Michel Kaporin
9374658d1c Implemented transifex push and pull for translations together with json->xlf->json parsing. 2017-03-27 15:45:43 +02:00
Michel Kaporin
2af1e01b44 Implemented transifex push and pull for translations together with json->xlf->json parsing. 2017-03-27 15:45:43 +02:00
Joao Moreno
a85a6a22de 👷 update build files 2017-03-21 11:28:10 +01:00
Michel Kaporin
980ea6b2c2 Updated imports for i18n with typings. Removed 'request' module dependency. 2017-03-20 15:01:18 +01:00
Michel Kaporin
bf008106c8 Synchronised pipe to prevent its ending before all of the API responses received. 2017-03-17 17:24:18 +01:00
Michel Kaporin
d64ea296b5 Merged changes. 2017-03-17 15:34:47 +01:00
Michel Kaporin
c47a8c3635 Added i18n tests. 2017-03-17 15:27:05 +01:00