mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Added missing lang variable (#1295)
* Added missing lang variable * Update CHANGELOG.md
This commit is contained in:
parent
fdd84cb258
commit
ec67edd1ff
2 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
- Few cosmetic improvements [\#1284](https://github.com/torrentpier/torrentpier/pull/1284) ([belomaxorka](https://github.com/belomaxorka))
|
- Few cosmetic improvements [\#1284](https://github.com/torrentpier/torrentpier/pull/1284) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Some CSS additions [\#1280](https://github.com/torrentpier/torrentpier/pull/1280) ([kovalensky](https://github.com/kovalensky))
|
- Some CSS additions [\#1280](https://github.com/torrentpier/torrentpier/pull/1280) ([kovalensky](https://github.com/kovalensky))
|
||||||
- Block uploading more than one torrent file [\#1293](https://github.com/torrentpier/torrentpier/pull/1293) ([belomaxorka](https://github.com/belomaxorka))
|
- Block uploading more than one torrent file [\#1293](https://github.com/torrentpier/torrentpier/pull/1293) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
|
- Added missing lang variable [\#1295](https://github.com/torrentpier/torrentpier/pull/1295) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- New Crowdin updates [\#1203](https://github.com/torrentpier/torrentpier/pull/1203), [\#1222](https://github.com/torrentpier/torrentpier/pull/1222), [\#1251](https://github.com/torrentpier/torrentpier/pull/1251), [\#1260](https://github.com/torrentpier/torrentpier/pull/1260), [\#1264](https://github.com/torrentpier/torrentpier/pull/1264), [\#1282](https://github.com/torrentpier/torrentpier/pull/1282), [\#1287](https://github.com/torrentpier/torrentpier/pull/1287) ([Exileum](https://github.com/Exileum))
|
- New Crowdin updates [\#1203](https://github.com/torrentpier/torrentpier/pull/1203), [\#1222](https://github.com/torrentpier/torrentpier/pull/1222), [\#1251](https://github.com/torrentpier/torrentpier/pull/1251), [\#1260](https://github.com/torrentpier/torrentpier/pull/1260), [\#1264](https://github.com/torrentpier/torrentpier/pull/1264), [\#1282](https://github.com/torrentpier/torrentpier/pull/1282), [\#1287](https://github.com/torrentpier/torrentpier/pull/1287) ([Exileum](https://github.com/Exileum))
|
||||||
|
|
||||||
## [v2.4.0-rc2](https://github.com/torrentpier/torrentpier/tree/v2.4.0-rc2) (2023-12-12)
|
## [v2.4.0-rc2](https://github.com/torrentpier/torrentpier/tree/v2.4.0-rc2) (2023-12-12)
|
||||||
|
|
|
@ -514,6 +514,7 @@ $lang['AVATAR_PANEL'] = 'Avatar control panel';
|
||||||
|
|
||||||
$lang['WEBSITE'] = 'Website';
|
$lang['WEBSITE'] = 'Website';
|
||||||
$lang['LOCATION'] = 'Location';
|
$lang['LOCATION'] = 'Location';
|
||||||
|
$lang['LOCATION_FLAGS'] = 'Flag images are rendered by country codes:';
|
||||||
$lang['CONTACT'] = 'Contact';
|
$lang['CONTACT'] = 'Contact';
|
||||||
$lang['EMAIL_ADDRESS'] = 'E-mail address';
|
$lang['EMAIL_ADDRESS'] = 'E-mail address';
|
||||||
$lang['SEND_PRIVATE_MESSAGE'] = 'Send private message';
|
$lang['SEND_PRIVATE_MESSAGE'] = 'Send private message';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue