Javier Cicchelli 9bcdaa697b [Setup] Basic project structure (#1)
This PR contains all the work related to setting up this project as required to implement the [Assignment](https://repo.rock-n-code.com/rock-n-code/deep-linking-assignment/wiki/Assignment) on top, as intended.

To summarise this work:
- [x] created a new **Xcode** project;
- [x] cloned the `Wikipedia` app and inserted it into the **Xcode** project;
- [x] created the `Locations` app and also, its `Libraries` package;
- [x] created the `Shared` package to share dependencies between the apps;
- [x] added a `Makefile` file and implemented some **environment** and **help** commands.

Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Reviewed-on: rock-n-code/deep-linking-assignment#1
2023-04-08 18:37:13 +00:00

31 lines
1.4 KiB
JSON

{
"locale": "en",
"messages": {
"en": {
"description-add-link-title": "Add title description",
"article-read-more-title": "Read more",
"table-title-other": "More information",
"page-edit-history": "View edit history",
"info-box-close-text": "Close",
"page-talk-page-subtitle": "Discuss improvements to this article",
"page-issues-subtitle": "Alerts about subpar or problematic content",
"page-talk-page": "View talk page",
"info-box-title": "Quick Facts",
"view-in-browser-footer-link": "View article in browser",
"page-location": "View on a map",
"page-similar-titles": "Similar pages",
"page-last-edited": "{{PLURAL:$1|Updated yesterday|Updated $1 days ago|0=Updated today}}",
"article-about-title": "About this article",
"page-issues": "Page issues",
"license-footer-name": "CC BY-SA 3.0",
"license-footer-text": "Content is available under $1 unless otherwise noted.",
"page-read-in-other-languages": "Available in {{PLURAL:$1|$1 other language|$1 other languages}}",
"article-edit-button": "Edit section",
"article-edit-protected-button": "Edit section on protected page",
"article-section-expand": "Expand section",
"article-section-collapse": "Collapse section",
"table-expand": "Expand table",
"table-collapse": "Collapse table"
}
}
}