mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5262 from deryl27/master
Support Nested Json Objects in Angular Translate
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ declare module "angular-translate" {
|
||||
declare module angular.translate {
|
||||
|
||||
interface ITranslationTable {
|
||||
[key: string]: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface ILanguageKeyAlias {
|
||||
|
||||
Reference in New Issue
Block a user