Merge pull request #423 from TheZoker/add-more-translation

Add more translation
This commit is contained in:
Mohit Panjwani
2021-03-22 14:59:04 +05:30
committed by GitHub
23 changed files with 179 additions and 15 deletions

View File

@ -254,7 +254,7 @@
:color="$utils.getBadgeStatusColor(row.status).color"
class="px-3 py-1"
>
{{ row.status }}
{{ $utils.getStatusTranslation(row.status) }}
</sw-badge>
</template>
</sw-table-column>

View File

@ -172,7 +172,7 @@
:color="$utils.getBadgeStatusColor(estimate.status).color"
class="px-1 text-xs"
>
{{ estimate.status }}
{{ $utils.getStatusTranslation(estimate.status) }}
</sw-badge>
</div>