profile improvements, aliases feature
This commit is contained in:
@@ -67,6 +67,7 @@ export class I18nService {
|
||||
}
|
||||
|
||||
getInternal(key, args: string[], from): string {
|
||||
key += '';
|
||||
if(!from) {
|
||||
return key;
|
||||
} else if(from[key]) {
|
||||
|
||||
Reference in New Issue
Block a user