Laravel PHP 字符串

在 4.1 版本发生变更.

Laravel PHP 本地化文件也支持复数:

<?php
return [
    'welcome' => 'Welcome to our application',
    'apples' => 'There is one apple|There are many apples',
];

Weblate 配置

典型的 Weblate 部件配置

文件掩码

lang/*/texts.php

单语言译文模版语言文件

lang/en/texts.php

新语种的翻译模版

lang/en/texts.php

文件格式

Laravel PHP 字符串