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 strings