File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ export = function (hookArgs: any) {
55 const projectData : IProjectData = hookArgs . projectData ;
66 const appResourcesRelativeDirectoryPath = projectData . getAppResourcesRelativeDirectoryPath ( ) ;
77
8+ // HACK : https://github.com/NativeScript/nativescript-cli/issues/3404
89 originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /Android/values/strings.xml` ) ;
910 originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /Android/values-*/strings.xml` ) ;
11+ originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /Android/src/main/res/values/strings.xml` ) ;
12+ originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /Android/src/main/res/values-*/strings.xml` ) ;
1013 originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /iOS/*.lproj/InfoPlist.strings` ) ;
1114 originalPatterns . push ( `!${ appResourcesRelativeDirectoryPath } /iOS/*.lproj/Localizable.strings` ) ;
1215
You can’t perform that action at this time.
0 commit comments