@drone1/alt 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -233,11 +233,5 @@ If you prefer to write updates to disk in real-time (anytime any output data cha
233
233
  ### CI
234
234
  You may want to use `--tty` for more useful output.
235
235
 
236
- ## Next steps
237
- - Add Google provider.
238
- - Add support for reference files in JSON format
239
- - It'd be nice to rely on $LANG in POSIX, but I didn't find a clean and reliable conversion from POSIX to BCP47 when I did a cursory search, which includes edge cases
240
- - Bug: If a user modifies a reference value, then runs and cancels, then runs again, any language/key values which would have been affected by the change will no longer be modified. The tool needs to detect these types of changes at a higher level than it is currently so that key/values can be deleted for all languages and written to disk, so that they're effectively missing and will have to be re-translated. The state that a reference value changed would be lost across runs of the tool, however, but at least the result would be a fix, with this approach.
241
- - Tests :]
242
-
243
- Feel free to submit a PR.
236
+ ## Issues
237
+ Feel free to fix existing issues and submit a PR, or submit a new issue.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@drone1/alt",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "description": "An AI-powered localization tool",
6
6
  "main": "src/index.mjs",
7
7
  "bin": {