Skip to content

Commit ced3194

Browse files
committed
typo
1 parent 1eff43a commit ced3194

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

latte/bg/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ localDate(?string $format=null, ?string $date=null, ?string $time=null) .[filter
426426

427427
```latte
428428
{$date|localDate} {* 15 април 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15.4.2024 *}
431431
```
432432

latte/cs/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formátuje datum a čas podle [národního prostředí |develop#Locale], což za
426426

427427
```latte
428428
{$date|localDate} {* 15. dubna 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15. 4. 2024 *}
431431
```
432432

latte/de/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formatiert Datum und Uhrzeit gemäß der [Spracheinstellung |develop#Locale], wa
426426

427427
```latte
428428
{$date|localDate} {* 15. April 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15. 4. 2024 *}
431431
```
432432

latte/en/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formats date and time according to the [locale |develop#Locale], ensuring consis
426426

427427
```latte
428428
{$date|localDate} {* 15. dubna 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15. 4. 2024 *}
431431
```
432432

latte/es/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formatea la fecha y la hora según la [configuración regional |develop#Locale],
426426

427427
```latte
428428
{$date|localDate} {* 15 de abril de 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15/4/2024 *}
431431
```
432432

latte/fr/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formate la date et l'heure selon les [paramètres régionaux |develop#Locale], c
426426

427427
```latte
428428
{$date|localDate} {* 15 avril 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15 avr. 2024 *}
431431
```
432432

latte/hu/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Dátumot és időt formáz a [nemzeti beállítások |develop#Locale] szerint, a
426426

427427
```latte
428428
{$date|localDate} {* 2024. április 15. *}
429-
{$date|format: yM} {* 2024/4 *}
429+
{$date|localDate: format: yM} {* 2024/4 *}
430430
{$date|localDate: date: medium} {* 2024. ápr. 15. *}
431431
```
432432

latte/it/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formatta data e ora secondo il [locale |develop#Locale], garantendo una visualiz
426426

427427
```latte
428428
{$date|localDate} {* 15 aprile 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15/4/2024 *}
431431
```
432432

latte/pl/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formatuje datę i czas zgodnie z [ustawieniami regionalnymi |develop#Locale], co
426426

427427
```latte
428428
{$date|localDate} {* 15 kwietnia 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15.04.2024 *}
431431
```
432432

latte/pt/filters.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Formata data e hora de acordo com a [localidade |develop#Locale], o que garante
426426

427427
```latte
428428
{$date|localDate} {* 15 de abril de 2024 *}
429-
{$date|format: yM} {* 4/2024 *}
429+
{$date|localDate: format: yM} {* 4/2024 *}
430430
{$date|localDate: date: medium} {* 15/04/2024 *}
431431
```
432432

0 commit comments

Comments
 (0)