All Projects → gisce → markdown-i18n

gisce / markdown-i18n

Licence: MIT license
i18n extension for Python Markdown

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to markdown-i18n

mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+500%)
Mutual labels:  i18n, mkdocs
fyodor
Convert your Amazon Kindle highlights and notes into markdown (or any format).
Stars: ✭ 101 (+676.92%)
Mutual labels:  i18n
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+300%)
Mutual labels:  i18n
li18nt
🌎 Lint your i18n translation files. Detect conflicting properties, duplicates and make it more readable and easier to maintain by formatting it!
Stars: ✭ 29 (+123.08%)
Mutual labels:  i18n
unicode-programming
Unicode programming examples
Stars: ✭ 33 (+153.85%)
Mutual labels:  i18n
ra-language-japanese
Japanese messages for react-admin
Stars: ✭ 22 (+69.23%)
Mutual labels:  i18n
bcp-47
Parse and stringify BCP 47 language tags
Stars: ✭ 51 (+292.31%)
Mutual labels:  i18n
odoo-th
Ready to use Odoo with OCA Thai localization modules
Stars: ✭ 29 (+123.08%)
Mutual labels:  i18n
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (+61.54%)
Mutual labels:  i18n
i18n-core
i18n-core is a no-fuzz Node.js implementation of i18n.
Stars: ✭ 14 (+7.69%)
Mutual labels:  i18n
next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (+246.15%)
Mutual labels:  i18n
vue-filter-pluralize
Simple pluralize filter for Vue.js
Stars: ✭ 13 (+0%)
Mutual labels:  i18n
vue-translations
VueJs translations very similar to Laravel Translation system
Stars: ✭ 15 (+15.38%)
Mutual labels:  i18n
TranslationFiles
[READ-ONLY] This repo contains all the necessary files to generate translation packs for PrestaShop 1.6 and 1.7. It's updated automatically.
Stars: ✭ 16 (+23.08%)
Mutual labels:  i18n
go-localize
i18n (Internationalization and localization) engine written in Go, used for translating locale strings.
Stars: ✭ 45 (+246.15%)
Mutual labels:  i18n
react-i18next-phraseapp
Library support to use react-i18next with the Phrase In-Context Editor - DEPRECATED
Stars: ✭ 14 (+7.69%)
Mutual labels:  i18n
enumize
Extend ActiveRecord::Enum for add more helpful methods.
Stars: ✭ 25 (+92.31%)
Mutual labels:  i18n
background-translation-i18n
Based on the YII2 module to translate JSON formatted translation files on the web
Stars: ✭ 11 (-15.38%)
Mutual labels:  i18n
Domino-English-Translation
🌏 Let's translate Domino, a Japanese MIDI editor!
Stars: ✭ 29 (+123.08%)
Mutual labels:  i18n
elm-format-number
✨Format numbers as pretty strings
Stars: ✭ 56 (+330.77%)
Mutual labels:  i18n

Markdown i18n

https://travis-ci.org/gisce/markdown-i18n.svg?branch=master

This is an extension for Python Markdown

Install

$ pip install markdown-i18n

Configure

  • i18n_lang: Lang to use on rendering
  • i18n_dir: Path to localitzation

The structure of i18n_dir must be:

├── en_US
│   └── LC_MESSAGES
│       ├── messages.mo
│       └── messages.po
└── messages.pot

The first time rendering the content it will generate the messages.pot file

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].