This commit is contained in:
BIN
public/fonts/BalsamicSans/BalsamiqSans-Bold.ttf
Normal file
BIN
public/fonts/BalsamicSans/BalsamiqSans-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/BalsamicSans/BalsamiqSans-BoldItalic.ttf
Normal file
BIN
public/fonts/BalsamicSans/BalsamiqSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/BalsamicSans/BalsamiqSans-Italic.ttf
Normal file
BIN
public/fonts/BalsamicSans/BalsamiqSans-Italic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/BalsamicSans/BalsamiqSans-Regular.ttf
Normal file
BIN
public/fonts/BalsamicSans/BalsamiqSans-Regular.ttf
Normal file
Binary file not shown.
2
public/locales/en.d.ts
vendored
2
public/locales/en.d.ts
vendored
@@ -1 +1 @@
|
||||
export declare const resources: { hello: "Hello World!" };
|
||||
export declare const resources: { hello: "Hello World!"; "actionModal.close": "Close" };
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"hello": "Hello World!"
|
||||
"hello": "Hello World!",
|
||||
"actionModal.close": "Close"
|
||||
}
|
||||
|
||||
2
public/locales/ru.d.ts
vendored
2
public/locales/ru.d.ts
vendored
@@ -1 +1 @@
|
||||
export declare const resources: { hello: "Привет мир" };
|
||||
export declare const resources: { hello: "Привет мир"; "actionModal.close": "Закрыть" };
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"hello": "Привет мир"
|
||||
"hello": "Привет мир",
|
||||
"actionModal.close": "Закрыть"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user