Add I18n.lang #16
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/rocket_i18n#16
Loading…
Reference in a new issue
No description provided.
Delete branch "plume/rocket_i18n:i18n-lang"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Used to get the language for the current request. It can be used for database requests or to adapt the UI.
It should be backwards compatible, except when pattern matching is used (
let I18n { catalog } = i18n
) which is unlikely.Thank you. 😊