summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2024-02-12 18:52:47 +0100
committer zaaarf <me@zaaarf.foo>2024-02-12 18:52:47 +0100
commit0a759cfc2977cee65c2acc0845b3c471c401a3d3 (patch)
tree831f0723ebdf4571988e550b8c19bd2609eb3109 /README.md
feat: initial, basic implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6efa688
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Fluent, fluently
+I found myself needing to do localisation, one time. I decided I'd want it to happen at runtime, so that any spelling fixes may be applied without needing to recompile the whole program. [Fluent](https://github.com/projectfluent/fluent-rs) provides an API, but no real way to use it. I couldn't find any existing implementation fitting my use case, so I wrote this.