Skip to content

Commit e14bc88

Browse files
HerafiaRom1-Bstonebuzz
authored
update locales (#556)
* update locales * CHANGELOG * Apply suggestion from @Rom1-B * Update locales/en_GB.po * Update locales/fr_FR.po * Update locales/en_GB.po * revert --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> Co-authored-by: Stanislas <skita@teclib.com>
1 parent b89504d commit e14bc88

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [unreleased]
99

1010
### Fixed
11+
1112
- Fix generate associated item massive action
13+
- Update locales
14+
1215

1316
## [2.12.6] - 2026-02-23
1417

inc/other.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PluginOrderOther extends CommonDBTM
3737

3838
public static function getTypeName($nb = 0)
3939
{
40-
return __s("Other kind of items");
40+
return __("Other kind of items", 'order');
4141
}
4242

4343

0 commit comments

Comments
 (0)