You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The `r13n` package can and should be used in conjunction with l10n. `r13n` is an
31
31
32
32
## How it works ⚙️
33
33
34
-
Similar to l10n, the `r13n` package uses a `.arb` files to house the region-specific configurations.
34
+
Similar to l10n, the `r13n` package uses `.arb` files to house the region-specific configurations.
35
35
36
36
The arb file contains strings for region-specific values. The `r13n` brick is used to generate compile-safe Dart code in order to access the correct versions of each value based on the user's region.
0 commit comments