Skip to content

Commit

Permalink
Fix download yaml extension in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed Mar 14, 2013
1 parent dc8cb22 commit 7052c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ You can use the dump_all method defined in `Tolk::Locale` directly and pass dire
$ script/runner "Tolk::Locale.dump_all('/Users/lifo')"
```

You can even download the yml file using Tolk web interface by appending `.yml` to the locale url. E.g `http://your_app.com/tolk/locales/de.yml`
You can even download the yml file using Tolk web interface by appending `.yaml` to the locale url. E.g `http://your_app.com/tolk/locales/de.yaml`

You can ask statistics about missing or updated translations to be tracked for third party tools in `http://your_app.com/tolk/stats.json` endpoint.

Expand Down

0 comments on commit 7052c72

Please sign in to comment.