We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7bafe commit eae2de8Copy full SHA for eae2de8
README.md
@@ -39,6 +39,8 @@ $ dartdoc
39
40
Document generated result to {current_dir}/doc/api and can open index.html to view it in browser.
41
42
-## Translation
+## UI Translation
43
44
-Translation files in _assets/i18n_. If anyone would like to update or add more language, You can add/edit and pull request to me.
+Translation files in _lib/src/i18n_. File should be named with `{language code}.dart` or `{language_code}_{country_code}.dart`.
45
+
46
+If anyone would like to update or add more language, You can add/edit and pull request to me.
0 commit comments