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

語言能力

單語言

支援複數

Yes

支援描述

Yes

支援解釋

No

Supports context

No

Supports location

No

Supports flags

No

API 識別碼

laravel

支援唯讀字串

No

Check flags added by this format

Laravel 格式

Weblate 配置

典型的 Weblate 組件配置

檔案遮罩

lang/*/texts.php

單語言基底語言檔案

lang/en/texts.php

新翻譯的範本

lang/en/texts.php

檔案格式

Laravel PHP 字串