Adding translators to About page

This commit is contained in:
softsimon
2022-01-13 03:58:12 +04:00
parent c7fa785346
commit 85f471ad08
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; }