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

Commit

Permalink
feat(timeline): added new locales for french and espanol (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel authored and yotamberk committed Feb 17, 2017
1 parent 3a10511 commit e51b996
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/timeline/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,19 @@ exports['de'] = {
time: 'Zeit'
};
exports['de_DE'] = exports['de'];

// French
exports['fr'] = {
current: 'actuel',
time: 'heure'
};
exports['fr_FR'] = exports['fr'];
exports['fr_CA'] = exports['fr'];
exports['fr_BE'] = exports['fr'];

// Espanol
exports['es'] = {
current: 'corriente',
time: 'hora'
};
exports['es_ES'] = exports['es'];

0 comments on commit e51b996

Please sign in to comment.