Commit graph

19 commits

Author SHA1 Message Date
Tyler James Leonhardt 0d5e948d86
Ensure external extensions are in the extensions project (#178283) 2023-03-26 16:55:04 +02:00
Tyler James Leonhardt 8ddd3bcf39
Allow pulling in external extension translations from somewhere else (#176090)
allow pulling in external extension translations from somewhere else

This will allow js-debug to push its strings to the extension localization repo and then we will grab the translated strings from there.
2023-03-03 13:15:28 -08:00
Tyler James Leonhardt a8108049ab
Allow extensions to use new API and it get included in Language Packs (#163493)
* Allow extensions to use new API and it get included in Language Packs

This leverages the l10n-dev package to analyze ts files for `l10n.t` calls.

* delete console.logs
2022-10-12 17:28:34 -07:00
Tyler James Leonhardt 342aa9c59a
Improvements to i18n (#163372)
* remove dead code from Transifex

* use @vscode/l10n-dev for XLF operations for extensions

* generated files

* more generated files

* remove dead code

* move l10n-dev to where gulp is

* generated
2022-10-12 14:10:57 -07:00
Matt Bierner 37f3aa632f
Adding jsconfig for npm scripts 2022-02-28 15:06:43 -08:00
Matt Bierner d6d2122c50
Enable type checking in more js build files 2022-02-28 14:41:26 -08:00
Tyler Leonhardt ec9aa7c0d2
add newline 2021-06-08 15:50:42 -07:00
Tyler Leonhardt 388b2cbd82
allow a 3rd character for first part of language id 2021-06-08 09:48:23 -07:00
Tyler Leonhardt 5d58be3308
switch to a switch for localization edge cases 2021-06-03 17:58:20 -07:00
Tyler Leonhardt ae0e8f0446
uppercase h in localization 2021-06-03 17:50:51 -07:00
Tyler James Leonhardt f73f263c6b
Needed localization changes for converting xlfs to json (#125442)
* loc extension update changes

* log

* maybe this

* loggin

* use debug

* add language id

* log

* misc updates
2021-06-03 13:44:30 -07:00
Keyi Xie 172a32d5c6
fix mispell 2019-04-09 13:21:46 +08:00
Dirk Bäumer 8b86554f3a Support updating localization extensions from files on disk 2018-11-22 23:36:35 +01:00
Daniel Ye 0b111c7a42 Transform languageId of zh-cn,zh-tw to zh-hans,zh-hant when pull translation from Transifex. 2018-07-10 09:09:00 -07:00
Erich Gamma 5e41d2aafb enable checkJS 2018-02-01 14:39:12 +01:00
Martin Aeschlimann bfdd55c184 [ia8n] fix update script 2018-01-29 18:04:44 +01:00
Martin Aeschlimann f00b4f102e [i18n] lang pack update script: add extensions list 2018-01-29 16:51:34 +01:00
Martin Aeschlimann 4abe874911 [i18n] fix paths for external extensions 2018-01-26 17:27:57 +01:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00