(js) Dynamically load localizable strings

This commit is contained in:
Francis Lachapelle
2018-08-02 17:59:52 -04:00
parent 30a81528a2
commit fccbdb3076
5 changed files with 93 additions and 8 deletions
+5
View File
@@ -535,6 +535,11 @@ static SoProduct *commonProduct = nil;
/* labels */
- (NSString *) framework
{
return [[context page] frameworkName];
}
- (NSString *) labelForKey: (NSString *) _str
{
WOResourceManager *rm;