Skip to content

Commit

Permalink
Autoreload and multi-source language loading (#117)
Browse files Browse the repository at this point in the history
Partially addresses #83 and provides support for autoreloading of languages on the file system and when using rust-embed in debug builds.
Also provides support for overriding translations using multiple sources, useful for software that will be customized by the end user (such as avalanche-report) , or perhaps for an eventual implementation of in-place translation editing for #83
  • Loading branch information
kellpossible authored Aug 8, 2024
1 parent 5b46646 commit 5f184f4
Show file tree
Hide file tree
Showing 23 changed files with 744 additions and 336 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
**/*.rs.bk
.vscode
/i18n/pot
/i18n/pot
.neoconf.json
Loading

0 comments on commit 5f184f4

Please sign in to comment.