vcernik/easy-translations 问题修复 & 功能扩展

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

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

vcernik/easy-translations

最新稳定版本:1.2

Composer 安装命令:

composer require vcernik/easy-translations

包简介

Converting translation NEON files to Excel and back (Excel to NEON)

README 文档

README

Converting translation NEON files to Excel and back (Excel to NEON)

Install

To install the latest version of vcernik/easy-translations use Composer.

composer require vcernik/easy-translations

Converting NEON files to Excel

You can convert to .xlsx or .csv file (it depends just on extension).

use vcernik\EasyTranslations\EasyTranslations;
EasyTranslations::NeonToExcel('FOLDER WITH NEON FILES','output.xlsx');

Converting Excel to NEON

You can convert from .xlsx or .csv file (it depends just on extension).

use vcernik\EasyTranslations\EasyTranslations;
EasyTranslations::ExcelToNeon('input.xlsx','OUTPUT FOLDER');

If you want to allow empty strings in output NEON files:

EasyTranslations::ExcelToNeon('input.xlsx','OUTPUT FOLDER', true);

Custom column names

If your Excel/CSV file uses different column names for domain and id, you can specify them using the 4th parameter:

EasyTranslations::ExcelToNeon('input.xlsx', 'OUTPUT FOLDER', columnNames: [
    'domain' => 'modul',
    'id' => 'klic',
]);

This will use 'modul' instead of 'domain' and 'klic' instead of 'id' as the key columns.

Develop

Test: ddev php vendor/bin/tester test

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-02-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固