We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39871f commit 0a2653bCopy full SHA for 0a2653b
1 file changed
lib/gettext/extractor.ex
@@ -388,11 +388,6 @@ defmodule Gettext.Extractor do
388
end
389
390
391
- defp ensure_empty_msgstr!(%Message.Plural{} = message) do
392
- raise Error,
393
- "plural message with msgid '#{IO.iodata_to_binary(message.msgid)}' has a non-empty msgstr"
394
- end
395
-
396
defp blank?(str) when not is_nil(str), do: IO.iodata_length(str) == 0
397
defp blank?(_), do: true
398
0 commit comments