Skip to content

Commit

Permalink
feat(frontend): test i18n workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loki344 committed Oct 25, 2024
1 parent c99caf5 commit 66f04c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"core": {
"text": {
"test": "test",
"cancel": "Cancel",
"next": "Next",
"save": "Save",
Expand Down
1 change: 1 addition & 0 deletions src/frontend/src/lib/types/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

interface I18nCore {
text: {
test: string;
cancel: string;
next: string;
save: string;
Expand Down

0 comments on commit 66f04c2

Please sign in to comment.