i18n_proofreading 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9646bf3b385da36c8d47ea00fcf147e1fe944f5e1902e45af173dea83e1347f4
|
|
4
|
+
data.tar.gz: cf57db18b707a5cdc0b330179e71f418fe6c4cf5e0097b6d9c3eaa7468bcaf33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b97c6c80246bcc42ff43496e7e4dd4d556c88e720f02b1e8a6cb237a2069fb7e9488042b559878b42645e5318def135c3dc66c9eb426fb25f503ec55c6e9455b
|
|
7
|
+
data.tar.gz: 93c148ae65e174a2461cd6f60e6a87704362b9776924a6552db2eef954612538470ebb85e2198f3b5c678601072d741c0bdc181b4d0bbf1ec3eda9d950c43462
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.10.1]
|
|
6
|
+
|
|
7
|
+
- Renamed the default dashboard title to `I18nProofreading` while keeping it
|
|
8
|
+
overridable through `i18n_proofreading.dashboard.title`.
|
|
9
|
+
|
|
5
10
|
## [0.10.0]
|
|
6
11
|
|
|
7
12
|
- The full-screen mobile suggestion dialog now survives the on-screen keyboard.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<header class="page">
|
|
2
|
-
<h1><%= t('i18n_proofreading.dashboard.title', default: '
|
|
2
|
+
<h1><%= t('i18n_proofreading.dashboard.title', default: 'I18nProofreading') %></h1>
|
|
3
3
|
<p class="lede"><%= t('i18n_proofreading.dashboard.subtitle', default: 'Review what reviewers proposed, then apply it to your locale files.') %></p>
|
|
4
4
|
</header>
|
|
5
5
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="<%= I18n.locale %>">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title><%= t('i18n_proofreading.dashboard.title', default: '
|
|
5
|
+
<title><%= t('i18n_proofreading.dashboard.title', default: 'I18nProofreading') %></title>
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
7
|
<%= csrf_meta_tags %>
|
|
8
8
|
<style>
|