mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add typing for LocalizeJS This adds the library typings for LocalizeJS * Add private to `package.json` for Travis testing * Remove conflicting files from typing * Fix all lint errors * Rename `LocalizeJS` to `LocalizeJS Library`
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
const current = Localize.getLanguage();
|
|
|
|
Localize.setLanguage(current);
|