承接 richarddobron/laravel-fbt 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

richarddobron/laravel-fbt

最新稳定版本:4.3.3

Composer 安装命令:

composer require richarddobron/laravel-fbt

包简介

A PHP Internationalization Framework for Laravel Application.

README 文档

README

FBT

FBT is an internationalization framework for Laravel Application designed to be not just powerful and flexible, but also simple and intuitive. It helps with the following:

  • Organizing your source text for translation
  • Composing grammatically correct translatable UI
  • Eliminating verbose boilerplate for generating UI

This library is based on the JavaScript implementation of Facebook's FBT.

FBT intro

FBT plurals

FBT enum

FBT pronouns

📖 Requirements

  • Laravel 5.5 or higher
  • Composer is required for installation

📦 Installing

$ composer require richarddobron/laravel-fbt

✨ Features

  • Parameters and interpolation
  • Implicit parameters
  • Auto-parameterization
  • Plurals
  • Enumerations
  • Pronouns
  • Number formatting
  • Phrase extracting
  • Inline translating

🚀 Getting started

Integrating into your app

📑 Version Guidance

Version Released Status Repo Laravel Version PHP Version
3.x 2022-02-21 Maintained v3 ^5.5 ^7.0
4.x 2022-04-09 Latest v4 ^5.6|^5.7|^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 ^7.2|^8.0

⚙️ How FBT works

FBT works by transforming your <fbt> and fbt(...) constructs via Simple HTML DOM Parser. This library serve to extract strings from source and lookup translated payloads generated while execution. FBT creates tables of all possible variations for the given fbt phrase and accesses this at runtime.

📕 Full documentation

https://github.com/richarddobron/laravel-fbt/tree/main/docs

🤝 Contributing

Please see CONTRIBUTING for details.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

统计信息

  • 总下载量: 1.09k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-04-09