Skip to main content

Package description in one line displayed e.g. in README

Project description

Masonite Lang

Masonite Package GitHub Workflow Status (branch) PyPI Python Version GitHub release (latest by date including pre-releases) License Code style: black

Roadmap

  • Command: sorts translation files by key.
  • Supports nested translation keys.

Introduction

Package description in one line displayed e.g. in README

Features

  • Add your package main features here
  • and here

Official Masonite Documentation

New to Masonite ? Please first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Have questions or want to talk? Be sure to join the Masonite Discord Community!

Installation

pip install masonite-lang

Configuration

Add LangProvider to your project in config/providers.py:

# config/providers.py
# ...
from lang import LangProvider

# ...
PROVIDERS = [
    # ...
    # Third Party Providers
    LangProvider,
    # ...
]

Then you can publish the package resources (if needed) by doing:

python craft package:publish lang

Set your application locale in .env:

APP_LOCALE=en

defaults to 'en' if not set.

Create language files in the /locales directory:

/locales
    en.json
    es.json
    zh_CN.json

Example translation file (en.json):

{
    "welcome": "Welcome to our application"
}

Usage

python

from lang.facades import Lang

Lang.current_locale()
Lang.set_locale('en')
Lang.is_locale('en')
Lang.trans('trans')

templates

In your templates, use the __() helper to display translated text:

{{ __('not') }}

If the specified translation string does not exist, the __ function will return the translation string key.

Contributing

Please read the Contributing Documentation here.

Maintainers

License

Masonite Lang is open-sourced software licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

masonite_lang-1.1.1.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

masonite_lang-1.1.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file masonite_lang-1.1.1.tar.gz.

File metadata

  • Download URL: masonite_lang-1.1.1.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for masonite_lang-1.1.1.tar.gz
Algorithm Hash digest
SHA256 787458dd9b48ac0b570d1e3d9c1bf8738153077d31910b78ed981a6cce28b5eb
MD5 f6b7cd0016246fb44b6ec2b98646984d
BLAKE2b-256 0449c5281184940d5b28355e6a20d4807b8a3e591d726a0230d89a34d7b727e0

See more details on using hashes here.

File details

Details for the file masonite_lang-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: masonite_lang-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for masonite_lang-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f08fb70d18c2722e8eca6885bc67962e873688c1b18e34759015b18b9b306381
MD5 9ef8730c61355becd6533115c7aaa2f8
BLAKE2b-256 4e86287e04f3fcc91552771a79b8856a4d2ac9988e878587873b7baccf513ef1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page