Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2073 from psibi/compass-fr
Add missing azimuth field for fr locale
  • Loading branch information
koic committed Jul 6, 2020
2 parents 245215d + bf87238 commit 41566fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/locales/fr.yml
Expand Up @@ -27,12 +27,15 @@ fr:
cardinal:
word: ['nord', 'est', 'sud', 'ouest']
abbreviation: ['N', 'E', 'S', 'O']
azimuth: ['0', '90', '180', '270']
ordinal:
word: ['nord-est', 'sud-est', 'sud-ouest', 'nord-ouest']
abbreviation: ['NE', 'SE', 'SO', 'NO']
azimuth: ['45', '135', '225', '315']
half-wind:
word: ['nord-nord-est', 'est-nord-est', 'est-sud-est', 'sud-sud-est', 'sud-sud-ouest', 'ouest-sud-ouest', 'ouest-nord-ouest', 'nord-nord-ouest']
abbreviation: ['NNE', 'ENE', 'ESE', 'SSE', 'SSO', 'OSO', 'ONO', 'NNO']
azimuth: ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5']
direction:
- "#{cardinal}"
- "#{ordinal}"
Expand Down

0 comments on commit 41566fc

Please sign in to comment.