Skip to content

Commit

Permalink
Update package.json and JS bundle for 1.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Jan 7, 2020
1 parent 86ceb4e commit e6cfebc
Show file tree
Hide file tree
Showing 7 changed files with 1,702 additions and 1,679 deletions.
1,680 changes: 845 additions & 835 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- translators: accessibility text. Inform about current value. %1$s: Control label %2$s: Current value. -->
<string name="gutenberg_native_1_s_current_value_is_2_s" tools:ignore="UnusedResources">"%1$s. Current value is %2$s"</string>
<string name="gutenberg_native_add_a_description" tools:ignore="UnusedResources">"Add a description"</string>
<string name="gutenberg_native_add_annotation" tools:ignore="UnusedResources">"Add annotation"</string>
<string name="gutenberg_native_add_block_here" tools:ignore="UnusedResources">"ADD BLOCK HERE"</string>
Expand Down
1,692 changes: 851 additions & 841 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Foundation
private func dummy() {
_ = NSLocalizedString("'%s' isn't yet supported on WordPress for Android", comment: "translators: %s: Name of the block")
_ = NSLocalizedString("'%s' isn't yet supported on WordPress for iOS", comment: "")
_ = NSLocalizedString("%1$s. Current value is %2$s", comment: "translators: accessibility text. Inform about current value. %1$s: Control label %2$s: Current value.")
_ = NSLocalizedString("%s Block", comment: "translators: accessibility text. %s: block name.")
_ = NSLocalizedString("%s block. Empty", comment: "translators: accessibility text for the media block empty state. %s: media type")
_ = NSLocalizedString("%s block. This block has invalid content", comment: "translators: accessibility text for blocks with invalid content. %d: localized block title")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.19.0",
"version": "1.20.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit e6cfebc

Please sign in to comment.