In der hebräischen Locale config/locales/client.he.yml
posts_likes_MF: |
{ count, plural,
one {תגובה, }
two {שתי תגובות, }
many {# תגובות, }
other {# תגובות, }
}{ ratio, select,
low { יחס גבוה בין פוסטים ללייקים, }
med { יחס גבוה מאוד בין פוסטים ללייקים, }
high { יחס גבוה במיוחד בין פוסטים ללייקים, }
other {}
} קפיצה לפוסט הראשון או האחרון…
die Zeile
many {# תגובות, }
muss gelöscht werden.
many ist im Hebräischen nicht erlaubt (siehe Language Plural Rules)
Das Problem kann über die Benutzeroberfläche behoben werden. Dazu sollte der korrigierte Wert für die hebräische Sprache unter /admin/customize/site_texts/js.posts_likes_MF eingegeben werden:
{ count, plural,
one {תגובה, }
two {שתי תגובות, }
other {# תגובות, }
}{ ratio, select,
low { יחס גבוה בין פוסטים ללייקים, }
med { יחס גבוה מאוד בין פוסטים ללייקים, }
high { יחס גבוה במיוחד בין פוסטים ללייקים, }
other {}
} קפיצה לפוסט הראשון או האחרון…
Es fühlt sich ein wenig seltsam an, dass die gesamte Website unbrauchbar gemacht werden kann, indem falsche Daten in eine Textanpassung eingegeben werden.