Skip to content

Commit

Permalink
Rename project since its already on hex
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dasilva committed Jun 1, 2024
1 parent d11195a commit fb01694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Translator for gleam

[![Package Version](https://img.shields.io/hexpm/v/translator)](https://hex.pm/packages/translator)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/translator/)
[![Tests](https://github.com/andre-dasilva/translator/actions/workflows/test.yml/badge.svg)](https://github.com/andre-dasilva/translator/actions/workflows/test.yml)
[![Package Version](https://img.shields.io/hexpm/v/translate)](https://hex.pm/packages/translate)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/translate/)
[![Tests](https://github.com/andre-dasilva/translate/actions/workflows/test.yml/badge.svg)](https://github.com/andre-dasilva/translate/actions/workflows/test.yml)


Further documentation can be found at <https://hexdocs.pm/translator>.
Further documentation can be found at <https://hexdocs.pm/translate>.

## Getting Started

### Installation

```sh
gleam add translator
gleam add translate
```

### Usage
Expand Down Expand Up @@ -57,7 +57,7 @@ en-US/lang.json
And use the translator like this

```gleam
import translator/translator
import translate/translator
let assert Ok(translator) =
translator.new_translator("de-CH")
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "translator"
name = "translate"
version = "0.0.1"

description = "Translate gleam applications with locale files"
licences = ["MIT"]
repository = { type = "github", user = "andre-dasilva", repo = "translator" }
repository = { type = "github", user = "andre-dasilva", repo = "translate" }

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
Expand Down

0 comments on commit fb01694

Please sign in to comment.