Skip to content

Instantly share code, notes, and snippets.

@Maidomax
Maidomax / Timezones JSON for ng-options
Created April 28, 2014 08:44
AngularJS ng-options friendly timezones JSON
[
{
"value": "America/Puerto_Rico",
"name": "Puerto Rico (Atlantic)",
"group": "US (Common)"
}, {
"value": "America/New_York",
"name": "New York (Eastern)",
"group": "US (Common)"
}, {
@Maidomax
Maidomax / devise.sr-Latn.yml
Created October 5, 2012 17:44
Serbian (Latin script) localisation for the Devise ruby gem
sr-Latn:
errors:
messages:
expired: "je istekаo, molimo zаtrаžite novi"
not_found: "nije nаđeno"
already_confirmed: "je već potvrđeno, pokušаjte dа se prijаvite"
not_locked: "nije zаključаno"
not_saved:
one: "1 greškа sprečаvа snimаnje %{resource}:"
few: "%{count} greške sprečаvаju snimаnje %{resource}:"