Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: default tags for new keys
Browse files Browse the repository at this point in the history
stepan662 committed May 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 77fcbc5 commit 724090b
Showing 5 changed files with 108 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/Controller/State/initState.ts
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ export type TolgeeOptionsInternal = {
fetch: FetchFn;

/**
* Specify tags that will be preselected for non-existant keys.
* Specify tags that will be preselected for non-existent keys.
*/
tagNewKeys?: string[];
};
169 changes: 104 additions & 65 deletions pnpm-lock.yaml
2 changes: 1 addition & 1 deletion testapps/next-app/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@tolgee/format-icu": "5.26.0",
"@tolgee/react": "5.26.0",
"@tolgee/web": "5.26.0",
"next": "14.1.4",
"next": "14.2.3",
"next-intl": "^3.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
2 changes: 1 addition & 1 deletion testapps/next-internal/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"dependencies": {
"@tolgee/react": "5.26.0",
"@tolgee/web": "5.26.0",
"next": "14.1.4",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
2 changes: 1 addition & 1 deletion testapps/next/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"dependencies": {
"@tolgee/format-icu": "5.26.0",
"@tolgee/react": "5.26.0",
"next": "14.1.4",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},

0 comments on commit 724090b

Please sign in to comment.