Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fix muon l10n on Windows
Browse files Browse the repository at this point in the history
A typo was causing all the pak files to have an 'l' prefix

Fix brave/browser-laptop#6561

Fix brave/browser-laptop#6469

Auditors: @darkdh
  • Loading branch information
bbondy committed Jan 15, 2017
1 parent d7a8374 commit db9a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ if (!is_mac) {
}
}
outputs = [
"$electron_dist_dir/locales/l{{source_file_part}}",
"$electron_dist_dir/locales/{{source_file_part}}",
]
}
}
Expand Down

1 comment on commit db9a0e5

@darkdh
Copy link
Member

@darkdh darkdh commented on db9a0e5 Jan 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.