diff options
Diffstat (limited to 'third_party/rust/fluent-bundle/examples/README.md')
-rw-r--r-- | third_party/rust/fluent-bundle/examples/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/fluent-bundle/examples/README.md b/third_party/rust/fluent-bundle/examples/README.md new file mode 100644 index 0000000000..2411aeb903 --- /dev/null +++ b/third_party/rust/fluent-bundle/examples/README.md @@ -0,0 +1,6 @@ +This directory contains a set of examples +of how to use Fluent. + +Start with the `simple-app.rs` which is a very +trivial example of a command line application +with localization handled by Fluent. |