Skip to content

Commit

Permalink
Merge pull request #259 from froydnj/swift-support
Browse files Browse the repository at this point in the history
add the Swift language and the Firefox-on-iOS project
  • Loading branch information
jdm committed May 19, 2015
2 parents 5274191 + 07adb98 commit 3a7c598
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Expand Up @@ -213,6 +213,7 @@
<li next-group="c">C</li>
<li next-group="rust">Rust</li>
<li next-group="go">Go</li>
<li next-group="swift">Swift</li>
</ul>
</div>

Expand All @@ -228,6 +229,15 @@
</ul>
</div>

<div class="group" id="swift">
<span class="question" data-l10n-id="swift-intro"></span>
<ul class="choices">
<li target="https://github.com/mozilla/firefox-ios" data-choice-id="firefox-ios">Firefox iOS
<div class="extra" data-l10n-id="swift-ff-ios-extra"></div>
</li>
</ul>
</div>

<div class="group" id="cpp">
<span class="question" data-l10n-id="cpp-intro"></span>
<ul class="choices">
Expand Down
2 changes: 2 additions & 0 deletions locales/en.ini
Expand Up @@ -104,6 +104,8 @@ ff-js-intro = Good choice - there are a lot of different areas if you'd like to
ff-js-ff = Firefox in general - I don't really care
ff-js-dev-extra = build tools that make life easier for web developers
ff-js-sync-extra = help users take their personal browsing data on the road
swift-intro = So you're tired of Objective-C? That's cool, we are too. You could work on
swift-ff-ios-extra = an iOS frontend for Firefox
webcompat-extra = help the Web be more interoperable by contacting site owners
policy-extra = fight for open internet and user privacy
rust-intro = So you like choosing between four different pointer types? That's cool, we're all masochists at heart. You could work on
Expand Down

0 comments on commit 3a7c598

Please sign in to comment.