semantic-release-bot
d1f1ff0fef
chore(release): 3.18.5 [skip ci]
...
## [3.18.5](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.4...v3.18.5 ) (2024-02-16)
### Bug Fixes
* pull new editor translations from Transifex ([e772887
](e772887c4b
))
2024-02-16 07:22:00 +00:00
renovate[bot]
a3c5417841
chore(deps): update eslint-config-scratch
2024-02-16 07:20:53 +00:00
renovate[bot]
1edcfc0c3e
chore(deps): pin dependencies
2024-02-16 01:58:26 +00:00
semantic-release-bot
cd39a6b863
chore(release): 3.18.4 [skip ci]
...
## [3.18.4](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.3...v3.18.4 ) (2024-02-16)
### Bug Fixes
* **deps:** unpin non-dev dependencies ([d65223a
](d65223a8ac
))
* pull new editor translations from Transifex ([2ccd4e5
](2ccd4e5b8b
))
* pull new editor translations from Transifex ([74a26f6
](74a26f6bd1
))
* pull new editor translations from Transifex ([b5dac93
](b5dac93e85
))
* pull new editor translations from Transifex ([489266b
](489266bc50
))
* pull new editor translations from Transifex ([9fa726c
](9fa726c3d0
))
* pull new editor translations from Transifex ([3b380d0
](3b380d0927
))
* pull new editor translations from Transifex ([25f6a87
](25f6a876da
))
2024-02-16 01:57:22 +00:00
Christopher Willis-Ford
d65223a8ac
fix(deps): unpin non-dev dependencies
2024-02-15 17:55:56 -08:00
semantic-release-bot
6e38dea547
chore(release): 3.18.3 [skip ci]
...
## [3.18.3](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.2...v3.18.3 ) (2024-01-28)
### Bug Fixes
* **deps:** update babel monorepo to v7.23.9 ([fa373f0
](fa373f0fce
))
2024-01-28 22:22:20 +00:00
renovate[bot]
fa373f0fce
fix(deps): update babel monorepo to v7.23.9
2024-01-28 22:21:14 +00:00
semantic-release-bot
933238913a
chore(release): 3.18.2 [skip ci]
...
## [3.18.2](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.1...v3.18.2 ) (2024-01-28)
### Bug Fixes
* pull new editor translations from Transifex ([e75188b
](e75188b7d7
))
2024-01-28 18:18:03 +00:00
renovate[bot]
4f0d3d7ebb
chore(deps): update commitlint monorepo to v18.6.0
2024-01-28 18:16:58 +00:00
semantic-release-bot
69bbdd6702
chore(release): 3.18.1 [skip ci]
...
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1 ) (2024-01-25)
### Bug Fixes
* pull new editor translations from Transifex ([f1f0b25
](f1f0b258d5
))
* pull new editor translations from Transifex ([1dd13a1
](1dd13a17af
))
* pull new editor translations from Transifex ([12fe563
](12fe563dc9
))
2024-01-25 13:02:02 +00:00
renovate[bot]
7f09852ccd
chore(deps): update commitlint monorepo to v18.5.0
2024-01-25 13:00:57 +00:00
semantic-release-bot
d72066a18e
chore(release): 3.18.0 [skip ci]
...
# [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0 ) (2024-01-16)
### Features
* realign version numbers ([c4f9f06
](c4f9f06744
))
2024-01-16 20:44:57 +00:00
semantic-release-bot
575065ed65
chore(release): 1.0.0 [skip ci]
...
# 1.0.0 (2024-01-16)
### Bug Fixes
* add missing stdout ([113c0c0
](113c0c095e
))
* **deps:** update babel monorepo ([0ec47c2
](0ec47c2d6f
))
* **deps:** update babel monorepo to v7.23.7 ([172691f
](172691f133
))
* **deps:** update dependency @transifex/api to v4.3.0 ([8787503
](8787503122
))
* fetch languages and correctly get language code in txAvailableLanguages ([a3eed89
](a3eed8987b
))
* fix some errors with validation and error output ([bc151d5
](bc151d5ef8
))
* remove unnecessary if statement ([34fcab3
](34fcab3ce0
))
* **scripts:** add retries, correct formatting for editor ([137b6e3
](137b6e3d09
))
* use correct name for Filipino ([2634e78
](2634e78806
))
* use correct return type for async functions ([beda44e
](beda44ed7b
))
* use es6 in eslint to avoid disabling linting on some lines ([b67ea68
](b67ea684e7
))
* use stdout instead of console ([f298a58
](f298a58aeb
))
* use tidier import for transifex imports ([d6f1224
](d6f1224931
))
* Add scratch-paint ([0cb13cb
](0cb13cbaee
))
### Features
* add asturian language ([01e29ea
](01e29ea229
))
* add esperanto language ([af35fe0
](af35fe0dbe
))
* add filipino translations ([ccae0fc
](ccae0fc838
))
* add hausa language ([b6f145b
](b6f145bb94
))
* add hindi ([74f5560
](74f5560888
))
* add occitan language ([8b1d255
](8b1d25597f
))
* mark automated Transifex updates as fixes ([94c3353
](94c3353f54
))
* migrate help utils to v3 api ([db7a2a4
](db7a2a4ca0
))
* migrate push help script ([2907601
](2907601077
))
### BREAKING CHANGES
* - bumped major version to 2.
Restructured to support multiple components. Package default is just localeData for currently supported locales including the name for each language.
messages for each component are exported as separate files in locales. Clients of l10n will need to import messages for each of the compents used and combine them.
2024-01-16 18:36:18 +00:00
Christopher Willis-Ford
eb422f9f64
ci: use semantic-release
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
a8eba81724
chore: add commitizen config
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
4383d94cc9
chore: add husky hook for commitlint
2024-01-16 10:33:36 -08:00
Christopher Willis-Ford
e3378ee380
chore: add commitlint
2024-01-16 10:33:36 -08:00
renovate[bot]
84436bea6c
chore(deps): update dependency eslint-plugin-import to v2.29.1
2023-12-17 22:12:44 +00:00
renovate[bot]
8787503122
fix(deps): update dependency @transifex/api to v4.3.0
2023-12-17 16:16:32 +00:00
renovate[bot]
0ec47c2d6f
fix(deps): update babel monorepo
2023-12-17 12:10:37 +00:00
renovate[bot]
f6eaab0f8a
chore(deps): update dependency p-queue to v3.2.0
2023-12-17 06:42:39 +00:00
renovate[bot]
2195dee4e0
chore(deps): update dependency p-limit to v2.3.0
2023-12-17 03:23:33 +00:00
renovate[bot]
a9f830c549
chore(deps): update dependency jshint to v2.13.6
2023-12-16 22:16:47 +00:00
renovate[bot]
052074cde0
chore(deps): update dependency glob to v7.2.3
2023-12-16 19:05:33 +00:00
renovate[bot]
29be02eb7e
chore(deps): update dependency eslint-plugin-import to v2.29.0
2023-12-16 12:22:03 +00:00
renovate[bot]
5d0222a157
chore(deps): update dependency babel-loader to v8.3.0
2023-12-16 09:32:58 +00:00
renovate[bot]
9f25d1224e
chore(deps): update dependency format-message-parse to v6.2.4
2023-12-16 06:53:22 +00:00
renovate[bot]
b72a8feb25
chore(deps): update dependency format-message-cli to v6.2.4
2023-12-16 00:32:41 +00:00
renovate[bot]
0ccaffa7ea
chore(deps): update dependency async to v3.2.5
2023-12-15 21:04:12 +00:00
renovate[bot]
ec1afc1a23
chore(deps): update dependency eslint-config-scratch to v9
2023-12-15 18:21:29 +00:00
cori hudson
74f5560888
feat: add hindi
2023-07-24 17:53:34 -04:00
Cori Hudson
137b6e3d09
fix(scripts): add retries, correct formatting for editor
...
retries flaky transifex api calls up to 5 times; converts message with description to plain message for editor translations
2022-09-20 14:40:38 -04:00
seotts
dd2ed99ece
Use transifex .download() to download
...
Undo tr change
2022-09-20 14:40:26 -04:00
seotts
a342f9cf38
Pull editor l10n files with new api
...
comment
comment
rename
default
2022-09-20 14:40:13 -04:00
seotts
18b5cf21af
Update async.js
2022-09-20 14:40:04 -04:00
Cori Hudson
b6f145bb94
feat: add hausa language
2022-09-01 14:56:55 -04:00
Christopher Willis-Ford
eee26f06c4
upgrade eslint, eslint-config-scratch, and friends
2022-06-07 23:12:33 -07:00
Chris Garrity
2582e0e5a3
Add Aragonese, Bengali, and Western Frysian languages
...
Used `es` as the parent locale for Aragonese since it doesn't have locale data already defined.
2021-08-04 10:56:11 -04:00
Chris Garrity
e563259149
Refactor so it’s not a breaking change
...
Add new index.js that re-exports the locale-data and supported-locales so that dependents of scratch-l10n can continue to work without changing. (With corresponding changes in webpack.config.js and package.json.)
2021-06-16 10:20:34 -04:00
Chris Garrity
cbf8defe97
Remove dependency on react-intl
...
* Separate locale-data from supported languages, and export as a separate entry in webpack
* copy react-intl locale-data locally So we can continue to support dependent packages with locale-data until we switch to polyfils. Don’t lint these files with our rules.
2021-06-15 08:56:03 -04:00
Christopher Willis-Ford
b11c0fe2ea
add қазақша (Kazakh)
2021-06-11 14:06:25 -07:00
Chris Garrity
fb322ce6c5
Move react-intl to dependency
...
dependency instead of dev-dependency to be able to start upgrading react-intl on other repos
2021-03-08 15:00:55 -05:00
seotts
ac31c932e8
add 6 new languages (xh, tn, qu, or, nso, af)
2021-01-25 15:24:07 -05:00
Chris Garrity
fb6c65ca42
Adding Mongolian (mn)
2020-06-15 11:28:17 -04:00
dependabot[bot]
dfb9f89a19
Bump lodash.defaultsdeep from 4.6.0 to 4.6.1
...
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.6.0...4.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-05-27 18:44:22 +00:00
chrisgarrity
78a90b9d6b
Merge pull request #110 from chrisgarrity/freshdesk-scripts
...
Add scripts for syncing Knowledge base
2020-05-27 14:43:33 -04:00
Chris Garrity
b06d84de8b
add new npm commands for syncing help
2020-05-12 14:43:35 -04:00
Chris Garrity
3245f185a3
Add armenian and bump minor version
2020-05-11 14:23:22 -04:00
Chris Garrity
94f6b8ba5e
update package.json
2020-05-06 14:46:09 -04:00
Chris Garrity
8d67ba322f
Add Kurdish to supported languages.
2020-03-24 15:57:43 -04:00