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',
];
也參考
副檔名 |
|
|---|---|
語言能力 ⓘ |
單語言 |
支援複數 ⓘ |
|
支援描述 ⓘ |
|
支援解釋 ⓘ |
|
Supports context ⓘ |
|
Supports location ⓘ |
|
Supports flags ⓘ |
|
API 識別碼 |
|
支援唯讀字串 ⓘ |
|
Check flags added by this format ⓘ |
Weblate 配置¶
典型的 Weblate 組件配置 |
|
|---|---|
檔案遮罩 |
|
單語言基底語言檔案 |
|
新翻譯的範本 |
|
檔案格式 |
Laravel PHP 字串 |