Skip to content

Commit

Permalink
docs: update readme with milestone notes
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Jun 3, 2024
1 parent 79ff326 commit 79feca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Translated files in your software project are an often-overlooked source of prob

Furthermore, there are best practices we want to adhere to with our translated files, and these best practices should be enforceable with an integrity check.

## Roadmap to Version `1.0.0`

We are getting close to the initial `1.0.0` release. :tada: Check out [this milestone](https://github.com/radiovisual/i18n-validator/milestone/1) for details.

## Configuration

For each project where you want to run the i18n-validator, you will need to have a file named `i18n-validator.config.json` with the following format:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-validator",
"version": "1.0.0",
"version": "0.0.1",
"main": "dist/index.js",
"description": "Configurable CLI validation tool to check for common problems in your translated source files.",
"author": {
Expand Down
1 change: 0 additions & 1 deletion src/utils/variable-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { MessageFormatElement } from "@formatjs/icu-messageformat-parser";
import * as icu from "@formatjs/icu-messageformat-parser";

export function extractVariableNamesFromMessage(
Expand Down

0 comments on commit 79feca1

Please sign in to comment.