wubinworks/module-translation 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

wubinworks/module-translation

最新稳定版本:1.0.2

Composer 安装命令:

composer require wubinworks/module-translation

包简介

This module [1] Adds translation data from [module or theme root]/i18n/Js/[locale].csv to frontend translation dictionary. [2] Enables Module to override Theme, Language Pack and DB translations by creating CSV file in specific location inside the Module.

README 文档

README

(Everything talked here is for Magento 2.4. See Requirements Section.)

This module, which provides 2 features, is designed as a dependency for making other modules/themes.

  1. During deployment, Magento scans static .js and .html files and picks up translatable strings from them.
    Then Magento generates a js-traslation.json file.
    This file is a dictionary file used for frontend translation,
    For example: <!-- ko i18n: 'Translate Me!' --><!-- /ko -->
    Unfortunately, translatable strings in .phtml(and .php) files are not picked up by Magento(for some reasons).
    If $.mage.__('Some Text') is in .phtml files, it won't be translated.
    This module can force extra data from a separate file(i.e., [module or theme root]/i18n/Js/[locale].csv) to go to js-traslation.json.

  2. Magento loads translation data in the order below:

 |  Module translation: [module root]/i18n/[locale].csv
 |  Language Pack translation
 |  Theme translation: [theme root]/i18n/[locale].csv
\|/ Database translation

Then these translation data are merged and the merge rule is "LAST ONE WINS", which means Database translation overrides everything else.
However, In some cases, especially when doing local development to translate very general phrases in specific business field, the Module creator wants to override Language Pack and Theme translations without modifying those third party packages.
This module adds extra locations for translation files(CSV), so the loading order becomes:

 |  Module translation: [module root]/i18n/[locale].csv

 |  Language Pack translation

 |  Theme translation: [theme root]/i18n/[locale].csv

 |  Database translation

 |  Extra Module translation: [module root]/i18n/i18n/[locale].csv

\|/ Extra Theme translation: [theme root]/i18n/i18n/[locale].csv(last-one-wins)

This module works under Store Emulation, too.

Usage and Example

1. Append(merge) translation into js-traslation.json:
Create <module or theme root>/i18n/Js/<locale>.csv like a normal translation CSV file, then its content will go to js-traslation.json(even the phrase cannot be found as a translatable string in static files).

2. Override Language Pack or Theme translations:
Create [module or theme root]/i18n/i18n/[locale].csv like a normal translation CSV file, then it will work.

Check examples of this module inside the i18n folder.

i18n/ja_JP.csv

"###Translate Me!###","翻訳して!"

i18n/i18n/ja_JP.csv

"###Translate Me!###","翻訳してください!(Override)"

i18n/Js/ja_JP.csv

"###This phrase will go to js-translation.json anyway.###","このフレーズは必ずjs-translation.jsonに出現する。"
"###This phrase will be overridden.###","このフレーズはオーバーライドされる"

i18n/i18n/Js/ja_JP.csv

"###This phrase will be overridden.###","このフレーズをオーバーライドした"

Output:

###Translate Me!### -> 翻訳してください!(Override)

Output in js-translation.json:

###This phrase will go to js-translation.json anyway.### -> このフレーズは必ずjs-translation.jsonに出現する。
###This phrase will be overridden.### -> このフレーズをオーバーライドした

Requirements

Magento 2.4

Installation

composer require wubinworks/module-translation

统计信息

  • 总下载量: 83
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-09-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固