복수형 변형을 사용자 지정하면 단수형 텍스트가 더 이상 작동하지 않음

Interesting, when we have a localizable piece of text it has multiple translations:

        categories:
          one: "Found %{count} category"
          other: "Found %{count} categories"

Does our override system have no way of targeting the .one and .other variants?

1개의 좋아요