diff --git a/README.md b/README.md index 0e6b0e3..6ac44dd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In no particular order: - [x] `sort`: outputs a sorted version of the provided file. - [ ] `diff`: outputs the differences between 2 translation files. - [ ] `merge`: merge 2 translation files into a single output. -- [ ] `extract`: copy some specific elements via a filter (i.e. `unfinished` translations) to a new translation file. +- [x] `extract`: copy some specific elements via a filter (i.e. `unfinished` translations) to a new translation file. - [ ] `strip`: remove some specific elements via a filter (i.e. `oldcomment` nodes) from the provided file. ## Philosophy @@ -40,4 +40,4 @@ at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be -dual licensed as above, without any additional terms or conditions. \ No newline at end of file +dual licensed as above, without any additional terms or conditions.