Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 4bcd6eb

Browse files
committed
Update the language files and bump the version number.
1 parent 820847c commit 4bcd6eb

File tree

6 files changed

+17
-18
lines changed

6 files changed

+17
-18
lines changed

composer.lock

+12-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/config/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Core version
1414
*/
1515
define('VERSION', '3.5');
16-
define('BUILD', '31');
16+
define('BUILD', '32');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

system/modules/core/languages/es/tl_settings.xlf

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@
335335
</trans-unit>
336336
<trans-unit id="tl_settings.maxImageWidth.1">
337337
<source>If the width of an image or movie exceeds this value, it will be adjusted automatically. Set to 0 to disable the limit.</source>
338+
<target>Si el ancho de una imagen o película excede este valor, se ajustará automáticamente. Establézcalo en 0 para desactivar el límite.</target>
338339
</trans-unit>
339340
<trans-unit id="tl_settings.jpgQuality.0">
340341
<source>JPG thumbnail quality</source>

system/modules/core/languages/lv/countries.xlf

+1
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@
960960
</trans-unit>
961961
<trans-unit id="CNT.vi">
962962
<source>U.S. Virgin Islands</source>
963+
<target>ASV Virdžīnas</target>
963964
</trans-unit>
964965
<trans-unit id="CNT.vn">
965966
<source>Vietnam</source>

system/modules/core/languages/zh/tl_settings.xlf

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@
335335
</trans-unit>
336336
<trans-unit id="tl_settings.maxImageWidth.1">
337337
<source>If the width of an image or movie exceeds this value, it will be adjusted automatically. Set to 0 to disable the limit.</source>
338+
<target>如果一张图片或者视频的宽度超出所设定的数值,它将会自动调整。设置0禁用这个限制。</target>
338339
</trans-unit>
339340
<trans-unit id="tl_settings.jpgQuality.0">
340341
<source>JPG thumbnail quality</source>

system/modules/repository/classes/RepositorySettings.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// valid core versions in descending order
1919
define('REPOSITORY_COREVERSIONS',
20+
'30050329,30050329;'. // 3.5.32
2021
'30050319,30050319;'. // 3.5.31
2122
'30050309,30050309;'. // 3.5.30
2223
'30050299,30050299;'. // 3.5.29

0 commit comments

Comments
 (0)