Skip to content

Commit

Permalink
Merge pull request #34 from mooondark/master
Browse files Browse the repository at this point in the history
Add French to avoid error
  • Loading branch information
ngld authored Nov 17, 2019
2 parents 1f2f5ad + 7988101 commit 68c7837
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OverlayPlugin.Core/resources/enmity/js/enmity.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ let localeStrings = {
target: 'Target',
distance: 'Distance',
},
'French': {
target: 'Cible',
distance: 'Distance',
},
'Japanese': {
target: 'ターゲット',
distance: '距離',
Expand Down
9 changes: 9 additions & 0 deletions OverlayPlugin.Core/resources/enmity/js/targetinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ let localeStrings = {
TargetOfTarget: 'ToT',
},
},
'French': {
target: 'Cible',
distance: 'Distance',
titles: {
Target: 'Cible',
Focus: 'Focus',
Hover: 'Survol',
TargetOfTarget: 'ToT',
},
'Japanese': {
target: 'ターゲット',
distance: '距離',
Expand Down

0 comments on commit 68c7837

Please sign in to comment.