padrino/padrino-framework

View on GitHub
padrino-support/lib/padrino-support/locale/uk.yml

Summary

Maintainability
Test Coverage
uk:
  date:
    formats:
      # Use the strftime parameters for formats.
      # When no format has been given, it uses default.
      # You can provide other formats here if you like!
      default: "%d.%m.%Y"
      short: "%d %b"
      long: "%e %B, %Y"
      only_day: "%e"

    day_names: [Неділя, Понеділок, Вівторок, Середа, Четвер, Пятница, Субота]
    abbr_day_names: [Нд, Пн, Вт, Ср, Чт, Пт, Сб]
    month_names: [~, Січено, Лютий, Березень, Квітень, Травень, Червень, Липень, Серпень, Вересень, Жовтень, Листопад, Грудень]
    abbr_month_names: [~, Січ, Лют, Бер, Кві, Тра, Чер, Лип, Сер, Вер, Жов, Лис, Гру]
    order:
      - year
      - month
      - day

  time:
    formats:
      default: "%a, %d %b %Y %H:%M:%S %z"
      short: "%d %b %H:%M"
      long: "%e %B, %Y %H:%M"
    am: "д.п."
    pm: "п.п"

  support:
    array:
      words_connector: ", "
      two_words_connector: " і "
      last_word_connector: ", і "