Skip to content

Commit

Permalink
Updated translations and composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 11, 2021
1 parent 18ca8b9 commit 317f494
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"core"
],
"homepage": "https://getkirby.com",
"version": "3.5.2",
"version": "3.5.3",
"license": "proprietary",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion i18n/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"field.blocks.image.name": "Image",
"field.blocks.image.placeholder": "Sélectionnez une image",
"field.blocks.image.ratio": "Proportions",
"field.blocks.image.url": "Image URL",
"field.blocks.image.url": "URL de l'image",
"field.blocks.list.name": "Liste",
"field.blocks.markdown.name": "Markdown",
"field.blocks.markdown.label": "Texte",
Expand Down
2 changes: 1 addition & 1 deletion i18n/translations/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"field.blocks.image.name": "Gambar",
"field.blocks.image.placeholder": "Pilih gambar",
"field.blocks.image.ratio": "Rasio",
"field.blocks.image.url": "Image URL",
"field.blocks.image.url": "URL Gambar",
"field.blocks.list.name": "Daftar",
"field.blocks.markdown.name": "Markdown",
"field.blocks.markdown.label": "Teks",
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '3.5.2',
'version' => '3.5.2.0',
'pretty_version' => '3.5.3',
'version' => '3.5.3.0',
'aliases' =>
array (
),
Expand Down Expand Up @@ -44,8 +44,8 @@ class InstalledVersions
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.2',
'version' => '3.5.2.0',
'pretty_version' => '3.5.3',
'version' => '3.5.3.0',
'aliases' =>
array (
),
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array (
'root' =>
array (
'pretty_version' => '3.5.2',
'version' => '3.5.2.0',
'pretty_version' => '3.5.3',
'version' => '3.5.3.0',
'aliases' =>
array (
),
Expand Down Expand Up @@ -31,8 +31,8 @@
),
'getkirby/cms' =>
array (
'pretty_version' => '3.5.2',
'version' => '3.5.2.0',
'pretty_version' => '3.5.3',
'version' => '3.5.3.0',
'aliases' =>
array (
),
Expand Down

0 comments on commit 317f494

Please sign in to comment.