feat: setup i18next
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m27s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m27s
This commit is contained in:
1
public/locales/en.d.ts
vendored
Normal file
1
public/locales/en.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const resources: { hello: "Hello World!" };
|
||||
3
public/locales/en.json
Normal file
3
public/locales/en.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello": "Hello World!"
|
||||
}
|
||||
1
public/locales/ru.d.ts
vendored
Normal file
1
public/locales/ru.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare const resources: { hello: "Привет мир" };
|
||||
3
public/locales/ru.json
Normal file
3
public/locales/ru.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello": "Привет мир"
|
||||
}
|
||||
Reference in New Issue
Block a user