elixir-gettext / gettext

Internationalization and localization support for Elixir.
https://hexdocs.pm/gettext
469 stars 87 forks source link

Fix @spec for Gettext.put_locale/{1, 2} #300

Closed kipcole9 closed 2 years ago

kipcole9 commented 2 years ago

Gettext.put_locale/{1,2} delegates to Process.put/2 which returns the previously set value for the key which may be nil or term().

The @spec for Gettext.put_locale/{1,2} is updated to specify the return of locale | nil to reflect this.

josevalim commented 2 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: