Skip to content

Commit

Permalink
Merge branch 'master' into dynamic-humanize
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnya committed Aug 22, 2021
2 parents cf9ea87 + de6062c commit 995ee01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -16,11 +16,11 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/timothycrosley/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.23.3
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -34,7 +34,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args: [--safe, --quiet, --target-version=py36]
Expand Down
6 changes: 3 additions & 3 deletions arrow/locales.py
Expand Up @@ -1724,7 +1724,7 @@ class BulgarianLocale(SlavicBaseLocale):

class UkrainianLocale(SlavicBaseLocale):

names = ["ua", "uk-ua"]
names = ["ua", "uk", "uk-ua"]

past = "{0} тому"
future = "за {0}"
Expand Down Expand Up @@ -3522,7 +3522,7 @@ class CatalanLocale(Locale):
"now": "Ara mateix",
"second": "un segon",
"seconds": "{0} segons",
"minute": "1 minut",
"minute": "un minut",
"minutes": "{0} minuts",
"hour": "una hora",
"hours": "{0} hores",
Expand Down Expand Up @@ -4271,7 +4271,7 @@ class NepaliLocale(Locale):
"month": "एक महिना",
"months": "{0} महिना",
"year": "एक बर्ष",
"years": "बर्ष",
"years": "{0} बर्ष",
}

meridians = {"am": "पूर्वाह्न", "pm": "अपरान्ह", "AM": "पूर्वाह्न", "PM": "अपरान्ह"}
Expand Down

0 comments on commit 995ee01

Please sign in to comment.