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',
];
Supported features

File extensions

.php

Linguality

Monolingual

Supports plural

Yes

Supports descriptions

Yes

Supports explanation

No

Supports context

No

Supports location

No

Supports flags

No

API identifier

laravel

Supports read-only strings

No

Check flags added by this format

Format Laravel

Konfiguracja Weblate

Typowy Weblate Konfiguracja komponentu

Maska pliku

lang/*/texts.php

Jednojęzyczny bazowy plik języka

lang/en/texts.php

Szablon dla nowych tłumaczeń

lang/en/texts.php

Format pliku

Laravel PHP strings