All Projects → brenoalvs → monk

brenoalvs / monk

Licence: other
Monk is an elegant and lightweight WordPress translation plugin to make your content reach the world.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to monk

Localization
🌐 Localization package for Laravel
Stars: ✭ 142 (+846.67%)
Mutual labels:  multilingual
Hugo Future Imperfect Slim
Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
Stars: ✭ 233 (+1453.33%)
Mutual labels:  multilingual
lima
The Libre Multilingual Analyzer, a Natural Language Processing (NLP) C++ toolkit.
Stars: ✭ 75 (+400%)
Mutual labels:  multilingual
Mimick
Code for Mimicking Word Embeddings using Subword RNNs (EMNLP 2017)
Stars: ✭ 152 (+913.33%)
Mutual labels:  multilingual
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (+1153.33%)
Mutual labels:  multilingual
Core
🧿 Bolt 4 core
Stars: ✭ 243 (+1520%)
Mutual labels:  multilingual
Bootstrap 3 Arabic
bootstrap 3 arabic
Stars: ✭ 124 (+726.67%)
Mutual labels:  multilingual
cloudcannon-jekyll-ecommerce
Multilingual e-commerce static website using Snipcart, CloudCannon, and Jekyll
Stars: ✭ 19 (+26.67%)
Mutual labels:  multilingual
Yii2 Translate Manager
Translation Manager
Stars: ✭ 221 (+1373.33%)
Mutual labels:  multilingual
mok-project
Multilingual Onscreen Keyboard Project
Stars: ✭ 27 (+80%)
Mutual labels:  multilingual
Wiktextract
Wiktionary dump file parser and multilingual data extractor
Stars: ✭ 170 (+1033.33%)
Mutual labels:  multilingual
Linguist
Easy multilingual urls and redirection support for the Laravel framework
Stars: ✭ 188 (+1153.33%)
Mutual labels:  multilingual
Alfred Searchio
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Stars: ✭ 250 (+1566.67%)
Mutual labels:  multilingual
Translatr
💬 Translate to multiple languages at once
Stars: ✭ 145 (+866.67%)
Mutual labels:  multilingual
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (+133.33%)
Mutual labels:  multilingual
Laserembeddings
LASER multilingual sentence embeddings as a pip package
Stars: ✭ 125 (+733.33%)
Mutual labels:  multilingual
Multilingual Press
The multisite-based free open source plugin for your multilingual WordPress websites.
Stars: ✭ 239 (+1493.33%)
Mutual labels:  multilingual
integreat-cms
Simplified content management back end for the Integreat App - a multilingual information platform for newcomers
Stars: ✭ 46 (+206.67%)
Mutual labels:  multilingual
AgentOCR
一个多语言支持、易使用的 OCR 项目。An easy-to-use OCR project with multilingual support.
Stars: ✭ 98 (+553.33%)
Mutual labels:  multilingual
cmil
CMIL - Clarified Multilingual Intermediate Language
Stars: ✭ 32 (+113.33%)
Mutual labels:  multilingual

Monk Build Status

Welcome! This is the official repository on GitHub of Monk, a WordPress translation plugin for your content reach the world. Here you can follow the project development and see the new things that are being made. Feel free to look the sources, issues and most importantly, contribute.

Download Monk here

Asking for support

Please use this repository only for core related issues, like bugs, PRs and contributions. If you need user related help, please visit our support page on WordPress.org.

Documentation

Contributing to Monk

If you find any error or have suggestions, contribute with them to improve Monk. They are all welcome, but before anything please take a minute to read our contributor guidelines and code of conduct.

Tests

Tests are in tests directory. To run them you need to install some requirements and configure the test suite.

  1. Install PHPUnit (https://github.com/sebastianbergmann/phpunit#installation).
  2. Install WP-CLI (http://wp-cli.org/#install).
  3. cd to plugin's directory.
  4. Install and configure the test environment running bin/install-wp-tests.sh <db-name> <db-user> <db-pass> [db-host] [wp-version]. E.g.: bin/install-wp-tests.sh wordpress_test root '' localhost latest
  5. Run phpunit and let the tests begin!

Note: Be sure to have svn command installed on your system.

Note: If anything fails running install-wp-tests.sh you'll have to delete /tmp/wordpress* and drop the wordpress_test database to undo what the script does.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].