We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c94db commit 002dee1Copy full SHA for 002dee1
1 file changed
lib/gettext/plural.ex
@@ -248,14 +248,6 @@ defmodule Gettext.Plural do
248
249
# Behaviour implementation.
250
251
- defmacrop ends_in(n, digits) do
252
- digits = List.wrap(digits)
253
-
254
- quote do
255
- rem(unquote(n), 10) in unquote(digits)
256
- end
257
258
259
# Default implementation of the init/1 callback, in case the user uses
260
# Gettext.Plural as their plural forms module.
261
@doc false
0 commit comments