PHP-strenger for Laravel¶
Endret i version 4.1.
The Laravel PHP localization files are supported as well with plurals:
Endret i version 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',
];
Se også
File extensions |
|
|---|---|
Linguality ⓘ |
Monolingual |
Supports plural ⓘ |
|
Supports descriptions ⓘ |
|
Supports explanation ⓘ |
|
Supports context ⓘ |
|
Supports location ⓘ |
|
Supports flags ⓘ |
|
API identifier |
|
Supports read-only strings ⓘ |
|
Check flags added by this format ⓘ |
Weblate-oppsett¶
Typical Weblate Komponentoppsett |
|
|---|---|
Filmaske |
|
Ettspråklig basis-språkfil |
|
Mal for nye oversettelser |
|
Filformat |
Laravel PHP strings |