@ -10,7 +10,7 @@ jobs:
with:
token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }}
- name: Install Transifex Client
run: sudo pip install transifex-client
run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
- name: Pull translations from Transifex
run: tx pull --all --force --minimum-perc=25
env:
@ -1,11 +1,10 @@
[main]
host = https://www.transifex.com
[aldine.pressbooks-aldine]
[o:pressbooks:p:aldine:r:pressbooks-aldine]
file_filter = languages/<lang>.po
lang_map = de:de_DE, es:es_ES, fr:fr_FR, gl:gl_ES, nb:nb_NO, it:it_IT, ka:ka_GE, ru:ru_RU, ta:ta_LK, hr_HR:hr
minimum_perc = 0
source_file = languages/pressbooks-aldine.pot
source_lang = en
type = PO
@ -12,7 +12,7 @@ Contributors: conner_bw, greatislander, steelwagstaff
Tags: publishing, catalog, pressbooks, default-theme
Requires at least: 6.1.1
Tested up to: 6.1.1
Stable tag: 1.18.0
Stable tag: 1.18.1
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -31,9 +31,9 @@ Aldine is the default theme for the home page of [Pressbooks](https://pressbooks
## Changelog
### 1.18.0
### 1.18.1
* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.18.0
* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.18.1
* Full release history available at: https://github.com/pressbooks/pressbooks-aldine/releases
## Upgrade Notices
@ -61,7 +61,7 @@
}
},
"scripts": {
"build": "mix",
"build": "npm run production",
"lint:scripts": "eslint \"assets/scripts/**/*.js\"",
"lint:styles": "stylelint \"assets/styles/**/*.scss\"",
"lint": "run-s lint:*",
@ -5,7 +5,7 @@ Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.org
Description: Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.
Version: 1.18.0
Version: 1.18.1