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

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 /lang directory:

/lang
    en.json
    es.json
    zh_CN.json

Example translation file (en.json):

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

Usage

Basic Setup

python

from lang.facades import Lang

Localization.current_locale()
Localization.set_locale('en')
Localization.is_locale('en')
Localization.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.0.0.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.0.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: masonite_lang-1.0.0.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.0.0.tar.gz
Algorithm Hash digest
SHA256 5a32913b444895e0649c2e5fe16d32f31ee198e496fdcbe616a67bb41f7adbf1
MD5 8854528a98fbc503e2c9dde3b2072e40
BLAKE2b-256 47c52e9a5e86bf891353bc9bd11c8887376da14f4a9bc1392af26570acc1796d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: masonite_lang-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 8.2 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6fca9aa57267e74f9c8619755f29f9b7245e53372e237b9021e9b28015446b58
MD5 8774713bf496989218fc5c86406809f7
BLAKE2b-256 464ea19c09548b24a45f2da2341caa819047cc1dab1e06f3a335dfa2d6611c22

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