From 73308af061af5e17ac7d4a73fa027a2f303c70dd Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Fri, 23 Jul 2021 11:02:26 +0300 Subject: Update graph data when Emacs node changes + minor improvements --- app_expo/i18n/translate.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app_expo/i18n/translate.ts (limited to 'app_expo/i18n/translate.ts') diff --git a/app_expo/i18n/translate.ts b/app_expo/i18n/translate.ts deleted file mode 100644 index 6481874..0000000 --- a/app_expo/i18n/translate.ts +++ /dev/null @@ -1,11 +0,0 @@ -import i18n from 'i18n-js' -import { TxKeyPath } from './i18n' - -/** - * Translates text. - * - * @param key The i18n key. - */ -export function translate(key: TxKeyPath, options?: i18n.TranslateOptions) { - return key ? i18n.t(key, options) : null -} -- cgit v1.2.3