l10n 0.1.3

Opinionated localization library built upon fluent-bundle.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: parsing errors: [
           ParserError {
               pos: 1..2,
               slice: Some(
                   0..1,
               ),
               kind: ExpectedToken(
                   '=',
               ),
           },
       ]
 --> tests/ui/fail/parser-error/parser-error.rs:1:1
  |
1 | l10n::init!();
  | ^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `l10n::init` (in Nightly builds, run with -Z macro-backtrace for more info)