Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
4.4.6 (#188)
Browse files Browse the repository at this point in the history
* Update translations for es_AR

* Copy translations to all spanish locales + small style fixes

* Add Modern Phytomorphology style
  • Loading branch information
dsifford authored Oct 11, 2016
1 parent a486468 commit 484b8e4
Show file tree
Hide file tree
Showing 27 changed files with 1,564 additions and 1,477 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Please use this template for all bug reports. -->
<!-- Before submitting an issue, please try disabling all other plugins to ensure the issue is isolated within ABT -->

**ABT Version:** 4.4.5
**ABT Version:** 4.4.6

<!-- Which version of PHP are you using with your WordPress installation? -->
**PHP Version:** 5.6
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ An **open source** WordPress plugin providing an all-in-one solution for effecti

Translations for this plugin can be completed and submitted [here](https://poeditor.com/join/project/PGYLKWQM5h). After submission of a translation, I'll try to update the plugin with your translations within 7 days.

#### Currently Available Languages
> **Note:** Translations marked with a :star: are direct translations. Those without a :star: were the product of another translation and may not be accurate.
Language | Locale | Translator
---------|--------|----------
Spanish (Argentina) | `es_AR` :star: | Lucas Semelin
Spanish (Chile) | `es_CL` | Lucas Semelin
Spanish (Spain) | `es_ES` | Lucas Semelin
Spanish (Guatemala) | `es_GT` | Lucas Semelin
Spanish (Mexico) | `es_MX` | Lucas Semelin
Spanish (Peru) | `es_PE` | Lucas Semelin
Spanish (Venezuela) | `es_VE` | Lucas Semelin

## Contributing

If you'd like to contribute to this project, please read the [contributor guide](https://github.com/dsifford/academic-bloggers-toolkit/blob/master/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
[local]academic-bloggers-toolkit,
co-authors-plus,
log-deprecated-notices,
piglatin,
query-monitor,
# piglatin,
db:
image: mysql:5.7
ports:
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import wpPot from 'gulp-wp-pot';
import webpack from 'webpack-stream';
import _webpack from 'webpack';

import webpackConfig from './webpack.config.js';
import webpackConfig from './webpack.config';
import { version as VERSION } from './package.json';

const browserSync = require('browser-sync').create();
Expand Down Expand Up @@ -88,7 +88,7 @@ gulp.task('pot', () =>
team: 'Derek P Sifford <dereksifford@gmail.com>',
headers: false,
}))
.pipe(replace(/(^#: )(src\/)(.+)/gm, '$1$3'))
.pipe(replace(/(\s)(src\/)(\S+)/gm, '$1$3'))
.pipe(gulp.dest('./src'))
);

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "academic-bloggers-toolkit",
"version": "4.4.5",
"version": "4.4.6",
"description": "A plugin extending the functionality of WordPress for Academic Blogging.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3",
"browser-sync": "^2.17.0",
"browser-sync": "^2.17.2",
"coveralls": "^2.11.14",
"css-loader": "^0.25.0",
"del": "^2.2.2",
Expand All @@ -55,12 +55,12 @@
"jest": "^16.0.1",
"jest-cli": "^16.0.1",
"merge-stream": "^1.0.0",
"mobx-react-devtools": "^4.2.6",
"mobx-react-devtools": "^4.2.9",
"poststylus": "^0.2.3",
"react-addons-test-utils": "^15.3.2",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"ts-loader": "^0.9.0",
"tslint": "^3.15.1",
"tslint-microsoft-contrib": "^2.0.12",
"tslint-react": "^1.0.0",
Expand Down
Loading

0 comments on commit 484b8e4

Please sign in to comment.