JetUp
2 years ago
17 changed files with 67 additions and 19 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
export const pageTitles = { |
||||
setting: 'Setting', |
||||
privacy: 'Privacy Policy', |
||||
terms: 'Terms and conditions', |
||||
} |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
export const pageTitles = { |
||||
setting: 'Налаштування', |
||||
privacy: 'Політика \n конфіденційності', |
||||
terms: 'Правила та умови', |
||||
} |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
export interface PageTitles { |
||||
setting: string, |
||||
privacy: string, |
||||
terms: string, |
||||
} |
Loading…
Reference in new issue