studioespresso / craft-date-range

Date range field for Craft CMS
MIT License
12 stars 6 forks source link

Add label localization #6

Closed ockam closed 4 years ago

ockam commented 4 years ago

Please use the t function for control panel display in DateRange_input.twig, so we can add translations for:

janhenckens commented 4 years ago

Ooops, my bad @ockam, will add those right away! If you want to, you can send me the translations and I'll add them in the plugin, so you don't have to add them to each site.

ockam commented 4 years ago

Here’s the french (fr) locale, if you wan to add it, but I can deal with it locally. Your call.

return [
  'Start date' => 'Date de début',
  'Start time' => 'Heure de début',
  'End date' => 'Date de fin',
  'End time' => 'Heure de fin',
];

Thanks for the quick response!

janhenckens commented 4 years ago

Thanks for those! Are the sites you're building in specific French locale or the general one?

ockam commented 4 years ago

I’m actually on fr-CA, but I think those are generic enough for just fr

janhenckens commented 4 years ago

Added these in 1.2.2, which I just released.