UNPKG
nativescript-store-update
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Keep your {N} App updated.
github.com/chronogolf/nativescript-store-update
nativescript-store-update
/
helpers
/
locales.helper.d.ts
8 lines
(7 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
LocalesHelper
{
static
currentLang:
string
;
private
static
_defaultLang;
private
static
_translations;
static
translate
(
key
:
string
):
string
;
static
changeLang
(
key
:
string
):
void
; }