Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions piccolo_admin/translations/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
FARSI = Translation(
language_name="FARSI",
language_code="fa",
translations = {
translations={
"About": "درباره",
"Add Row": "افزودن ردیف",
"Add": "افزودن",
Expand All @@ -1115,7 +1115,7 @@
"Dark Mode": "حالت تاریک",
"Days": "روز",
"Delete": "حذف",
"Delimiter": "جداکننده",
"Delimiter": "جداکننده",
"Descending": "نزولی",
"Download": "دانلود",
"Download failed": "دانلود ناموفق بود",
Expand Down Expand Up @@ -1191,7 +1191,7 @@
TURKISH,
UKRAINIAN,
WELSH,
FARSI
FARSI,
]

# We use some translations outside of the HTML templates (e.g. within
Expand Down
Loading