Ciągi znaków Laravel PHP¶
Zmienione w wersji 4.1.
The Laravel PHP localization files are supported as well with plurals:
Zmienione w wersji 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',
];
Zobacz także
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 ⓘ |
Konfiguracja Weblate¶
Typowy Weblate Konfiguracja komponentu |
|
|---|---|
Maska pliku |
|
Jednojęzyczny bazowy plik języka |
|
Szablon dla nowych tłumaczeń |
|
Format pliku |
Laravel PHP strings |