Skip to content

Commit

Permalink
Merge pull request #351 from brave/brave_generated_resources
Browse files Browse the repository at this point in the history
Add support for translating brave_generated_resources.grd
  • Loading branch information
bbondy authored Jun 15, 2018
2 parents 69885b8 + a818b7e commit c1dd13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/l10nUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports.getSourceStringPaths = () => {
return [
path.resolve(path.join(srcDir, 'brave', 'vendor', 'brave-extension', 'app', '_locales', 'en_US', 'messages.json')),
path.resolve(path.join(srcDir, 'brave', 'app', 'brave_strings.grd')),
path.resolve(path.join(srcDir, 'brave', 'app', 'brave_generated_resources.grd')),
path.resolve(path.join(srcDir, 'brave', 'app', 'components_brave_strings.grd')),
path.resolve(path.join(srcDir, 'brave', 'components', 'resources', 'brave_components_resources.grd'))
// No strings for now, uncomment if strings are added
Expand Down

0 comments on commit c1dd13e

Please sign in to comment.