Skip to content

Commit 7733136

Browse files
authored
feat!: new comapeocat format (#1135)
* WIP new comapeocat reader * strict parsing BCP47 * fix: avoid creating docs from import before import is fully parsed * add missing newline * add reader.fileVersion * update tests * test translations * updated config-import tests * fix: backwards compat for translation languageCode & regionCode * add tests for translation backwards compat * fix existing tests - use fixtures not default config * update deps * add select field option label translation test * better queue management & error handling * Throw for invalid BCP 47 language tags * combine intl functions in file * delete removed tests * increase CI timeout It could be that Github is having issues today so the checks are timing out (normally they complete in <6mins) * fix queue size check * Revert "increase CI timeout" This reverts commit f623cd2. * remove debug console.log messages
1 parent 9770709 commit 7733136

File tree

472 files changed

+10092
-3929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+10092
-3929
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/drizzle/*/meta/
33
/src/generated/
44
/test/fixtures/
5+
/test-e2e/fixtures/
56
/docs/
67
/coverage/
78
/proto/build/

0 commit comments

Comments
 (0)