Laravel PHP 字串

在 4.1 版的變更.

Laravel PHP 在地化檔案也支援複數:

在 5.15 版的變更: The translation keys no longer include PHP structure and only contain the actual key.

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

檔案擴充

.php

Linguality

單語言

Supports plural

Yes

支援描述

Yes

支援解釋

No

Supports context

No

Supports location

No

Supports flags

No

API 識別碼

laravel

Supports read-only strings

No

Weblate 配置

典型的 Weblate 組件配置

檔案遮罩

lang/*/texts.php

單語的基底語言檔

lang/en/texts.php

新翻譯的範本

lang/en/texts.php

檔案格式

Laravel PHP 字串