ArmchairLocalizable.strings wasn't documented in the Readme so one wouldn't know where to put the translation strings.
Many projects use the standard Localizable.strings file so this should be included in the defaults.
In order not to break functionality for existing installations I have included a fallback from ArmchairLocalizable.strings to Localizable.strings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/UrbanApps/Armchair/pull/58
**Author:** [@fotiDim](https://github.com/fotiDim)
**Created:** 5/30/2016
**Status:** ✅ Merged
**Merged:** 6/2/2016
**Merged by:** [@coneybeare](https://github.com/coneybeare)
**Base:** `master` ← **Head:** `fallback-to-localizable.strings`
---
### 📝 Commits (2)
- [`cc3706c`](https://github.com/UrbanApps/Armchair/commit/cc3706ca07b5ca78b952c90bf989346fc213017d) Falling back to Localizable.strings
- [`0ea672f`](https://github.com/UrbanApps/Armchair/commit/0ea672f4d508caa27718214c7dfae39264747106) Updated README to include localization changes
### 📊 Changes
**2 files changed** (+16 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -1)
📝 `Source/Armchair.swift` (+15 -5)
</details>
### 📄 Description
- `ArmchairLocalizable.strings` wasn't documented in the Readme so one wouldn't know where to put the translation strings.
- Many projects use the standard `Localizable.strings` file so this should be included in the defaults.
In order not to break functionality for existing installations I have included a fallback from `ArmchairLocalizable.strings` to `Localizable.strings`.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/58
Author: @fotiDim
Created: 5/30/2016
Status: ✅ Merged
Merged: 6/2/2016
Merged by: @coneybeare
Base:
master← Head:fallback-to-localizable.strings📝 Commits (2)
cc3706cFalling back to Localizable.strings0ea672fUpdated README to include localization changes📊 Changes
2 files changed (+16 additions, -6 deletions)
View changed files
📝
README.md(+1 -1)📝
Source/Armchair.swift(+15 -5)📄 Description
ArmchairLocalizable.stringswasn't documented in the Readme so one wouldn't know where to put the translation strings.Localizable.stringsfile so this should be included in the defaults.In order not to break functionality for existing installations I have included a fallback from
ArmchairLocalizable.stringstoLocalizable.strings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.