2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Merge pull request #1464 from matmair/translation_improv

Translation improvments
This commit is contained in:
Oliver
2021-04-16 21:46:07 +10:00
committed by GitHub
7 changed files with 352 additions and 89 deletions

View File

@ -48,7 +48,7 @@ from rest_framework import generics, filters, permissions
class StockCategoryTree(TreeSerializer):
title = 'Stock'
title = _('Stock')
model = StockLocation
@property