File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- [ Coding Style] ( coding-style.md ) - guidelines and validation and auto-formatting tools
6
6
- [ Using Android Resources] ( using-android-resources.md ) - describes how to add or use Android resources like strings and drawables
7
+ - [ Localization] ( localization.md )
7
8
- [ Pull Request Guidelines] ( pull-request-guidelines.md ) - branch naming and how to write good pull requests
8
9
- [ Subtree'd Library Projects] ( subtreed-library-projects.md ) - how to deal with subtree dependencies
9
10
- [ UI Tests] ( ../WordPress/src/androidTest/java/org/wordpress/android/e2e/ )
Original file line number Diff line number Diff line change @@ -94,5 +94,4 @@ val message = if (notUploadedCount == 1) {
94
94
notUploadedCount
95
95
)
96
96
}
97
- ```
98
-
97
+ ```
You can’t perform that action at this time.
0 commit comments