add startPage option, other fixes and improvements
This commit is contained in:
@@ -80,8 +80,8 @@ export class I18nService {
|
||||
return empty ? this.empty(key, args, path) : (key || "");
|
||||
} else if (from[key]) {
|
||||
if (typeof from[key] === 'object') {
|
||||
if (from[key]["."]) {
|
||||
return this.insertArguments(from[key]["."], args);
|
||||
if (from[key][""]) {
|
||||
return this.insertArguments(from[key][""], args);
|
||||
}
|
||||
return empty ? this.empty(key, args, path) : (key || "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user