README.md in snapshot-1.8.0 vs README.md in snapshot-1.9.0
- old
+ new
@@ -243,11 +243,12 @@
])
languages([
"en-US",
"de-DE",
- "es-ES"
+ "es-ES",
+ ["pt", "pt_BR"] # Portuguese with Brazilian locale
])
launch_arguments("-username Felix")
# The directory in which the screenshots should be stored
@@ -359,9 +360,11 @@
## Available language codes
```ruby
ALL_LANGUAGES = ["da", "de-DE", "el", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi", "fr-CA", "fr-FR", "id", "it", "ja", "ko", "ms", "nl", "no", "pt-BR", "pt-PT", "ru", "sv", "th", "tr", "vi", "zh-Hans", "zh-Hant"]
```
+
+To get more information about language and locale codes please read [Internationalization and Localization Guide](https://developer.apple.com/library/ios/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html).
## Use a clean status bar
You can use [SimulatorStatusMagic](https://github.com/shinydevelopment/SimulatorStatusMagic) to clean up the status bar.
## Editing the `Snapfile`