Skip to content

Commit

Permalink
chore(locales): add empty JSON files for language localization
Browse files Browse the repository at this point in the history
Create empty JSON files for language localization in the `client` and
`old-product` directories. This sets up the structure for future
translations and ensures consistency across different language files.
  • Loading branch information
s00d committed Feb 19, 2025
1 parent 898f987 commit 100724d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/client/ch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/client/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/client/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/client/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/old-product/ch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/old-product/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/old-product/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/fixtures/layer/locales/pages/old-product/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 100724d

Please sign in to comment.