Update CONTRIBUTING.md

This commit is contained in:
Kyle Spearrin 2017-01-29 11:32:48 -05:00 committed by GitHub
parent 64fd8e3be9
commit 0beb07c87e
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ when creating your pull request:
5. If you have a Xamarin development environment setup, test your translations to make sure they look correct in the
app on iOS and Android. Sometimes the UI can break due to translations taking up more space than the original UI was
built for. If possible, use a shorter or abbreviated version of the word/sentence to accomedate the available space.
If you are inable to accomedate the avaialable space for a particular translation, just let us know in your pull
If you are unable to accomedate the avaialable space for a particular translation, just let us know in your pull
request comments. If you are unable to test your translations, just let us know in your pull request comments so
that we can check it for you.
6. Be sure to watch for [future changes](https://github.com/bitwarden/mobile/commits/master/src/App/Resources/AppResources.resx)
@ -30,4 +30,4 @@ You can find an example of a proper translation pull request here: <https://gith
You can read more about localizing a Xamarin.Forms app here:
<https://developer.xamarin.com/guides/xamarin-forms/advanced/localization/>
TIP: If you have Visual Studio installed, it provides a nice tabular UI for editing `resx` XML files.
TIP: If you have Visual Studio installed, it provides a nice tabular UI for editing `resx` XML files.