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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,19 @@ void main(){
55
55
```
56
56
57
57
3. All done!.
58
+
59
+
60
+
### Loaders Specification
61
+
62
+
#### HttpAssetLoader
63
+
64
+
In order to use HttpAssetLoader you must provide a path to a folder (i.e. base path) where all your translations are placed like `https://example.com/translations`
65
+
66
+
Your translations should be created as separate files with `.json` extension. Placing translations as individual files reduces the size of the file to load on application init.
0 commit comments