Added unit test & updated translation
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
56ec7714ed
commit
8ee68d9fae
|
@ -0,0 +1,9 @@
|
|||
import zerofill from '../zerofill.js';
|
||||
|
||||
describe('zerofill filter', () => {
|
||||
const superDuperNumber = 1984;
|
||||
|
||||
it('should filter the number filling it with zeros up to 6 characters length', () => {
|
||||
expect(zerofill(superDuperNumber, '000000')).toEqual('001984');
|
||||
});
|
||||
});
|
|
@ -234,8 +234,7 @@
|
|||
<img v-bind:src="getReportSrc('europe.png')"/>
|
||||
</div>
|
||||
<div class="size75 flag-text">
|
||||
<strong>Pasaporte fitosanitario</strong><br/>
|
||||
<strong>Plant passport</strong>
|
||||
<strong>{{$t('plantPassport')}}</strong><br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -23,4 +23,5 @@ packagings: Buckets and packaging
|
|||
services: Services
|
||||
vatType: VAT Type
|
||||
digitalSignature: Digital signature
|
||||
ticket: Delivery note {0}
|
||||
ticket: Delivery note {0}
|
||||
plantPassport: Plant passport
|
|
@ -23,4 +23,5 @@ packagings: Cubos y embalajes
|
|||
services: Servicios
|
||||
vatType: Tipo de IVA
|
||||
digitalSignature: Firma digital
|
||||
ticket: Albarán {0}
|
||||
ticket: Albarán {0}
|
||||
plantPassport: Pasaporte fitosanitario
|
|
@ -23,4 +23,5 @@ packagings: Bacs et emballages
|
|||
services: Service
|
||||
vatType: Type de TVA
|
||||
digitalSignature: Signature numérique
|
||||
ticket: BL {0}
|
||||
ticket: BL {0}
|
||||
plantPassport: Passeport phytosanitaire
|
|
@ -23,4 +23,5 @@ packagings: Baldes e Embalagens
|
|||
services: Serviços
|
||||
vatType: Tipo de IVA
|
||||
digitalSignature: Assinatura digital
|
||||
ticket: Nota de Entrega {0}
|
||||
ticket: Nota de Entrega {0}
|
||||
plantPassport: Passaporte vegetal
|
Loading…
Reference in New Issue