Skip to content

Commit ce83d68

Browse files
committed
Docs: Add link to localization.md
1 parent d7f6341 commit ce83d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Coding Style](coding-style.md) - guidelines and validation and auto-formatting tools
66
- [Using Android Resources](using-android-resources.md) - describes how to add or use Android resources like strings and drawables
7+
- [Localization](localization.md)
78
- [Pull Request Guidelines](pull-request-guidelines.md) - branch naming and how to write good pull requests
89
- [Subtree'd Library Projects](subtreed-library-projects.md) - how to deal with subtree dependencies
910
- [UI Tests](../WordPress/src/androidTest/java/org/wordpress/android/e2e/)

docs/localization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,4 @@ val message = if (notUploadedCount == 1) {
9494
notUploadedCount
9595
)
9696
}
97-
```
98-
97+
```

0 commit comments

Comments
 (0)