feat: add navbar
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s
This commit is contained in:
10
public/locales/ru.d.ts
vendored
10
public/locales/ru.d.ts
vendored
@@ -1 +1,9 @@
|
||||
export declare const resources: { hello: "Привет мир"; "actionModal.close": "Закрыть" };
|
||||
export declare const resources: {
|
||||
hello: "Привет мир";
|
||||
"actionModal.close": "Закрыть";
|
||||
"nav.shop": "Магазин";
|
||||
"nav.apiary": "Пасека";
|
||||
"nav.game": "Игра";
|
||||
"nav.cashdesk": "Касса";
|
||||
"nav.menu": "Меню";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user