Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jan 2, 2021
1 parent c48eeb3 commit eec39b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebarDepth: 0

# Changelog

## 0.1.0 (UNDER DEVELOPMENT)
## 0.1.0 (2020-01-02)

This is the initial release of Crystal I18n!
5 changes: 4 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: i18n
version: 0.1.0.dev0
version: 0.1.0

authors:
- Morgan Aubert <[email protected]>

description: |
An internationalization library for Crystal.
crystal: 0.35.0

development_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions src/i18n.cr
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ module I18n
alias TranslationsHashValues = Bool | Int32 | Nil | String | Array(String) | Hash(String, TranslationsHashValues)
alias TranslationsHash = Hash(String, TranslationsHashValues)

VERSION = "0.1.0"

# Activates a locale for translations.
#
# This method allows to set the locale used to produce translated contents. Note that once activated, the current
Expand Down

0 comments on commit eec39b4

Please sign in to comment.