Adding translators to About page

This commit is contained in:
softsimon
2022-01-13 03:58:12 +04:00
parent 5d15e2103d
commit a7528e60a8
5 changed files with 42 additions and 2 deletions

View File

@@ -49,3 +49,5 @@ export interface LiquidPegs {
amount: string;
date: string;
}
export interface ITranslators { [language: string]: string; }