@@ -33,7 +33,7 @@ export class LocalizedStrings {
}
getOR (): String {
- return this.getUI('join_or');
+ return this.getUI('string_join_or');
getError (id: string, context: [] = []) {
@@ -1,6 +1,6 @@
{
"name": "line-i18n",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Helper library used along side all LInE projects to enable i18n functionalities",
"main": "dist/index.js",
"scripts": {