Skip to content
Snippets Groups Projects
Commit a618c1d3 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Workaround for Crowdin yaml parsing issue

Crowdin seems to have difficulty parsing YAML files with spaces between list
items. This patch avoids the issue by removing unnecessary empty lines in
the file.
parent e8fc078e
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@
size: 40
length: 64
validator: email # notrans
- type: text # notrans
name: name # notrans
label: Full Name
......@@ -51,13 +50,11 @@
configuration:
size: 40
length: 64
- type: phone # notrans
name: phone # notrans
label: Phone Number
required: false
sort: 3
- type: memo # notrans
name: notes
label: Internal Notes
......@@ -67,7 +64,6 @@
configuration:
rows: 4
cols: 40
- id: 2
type: T # notrans
title: Ticket Details
......@@ -88,7 +84,6 @@
configuration:
size: 40
length: 50
- id: 21
type: thread # notrans
name: message # notrans
......@@ -97,7 +92,6 @@
required: true
edit_mask: 15
sort: 2
- id: 22
type: priority # notrans
name: priority # notrans
......@@ -106,7 +100,6 @@
private: true
edit_mask: 3
sort: 3
- type: C # notrans
title: Company Information
instructions: Details available in email templates
......@@ -121,7 +114,6 @@
configuration:
size: 40
length: 64
- type: text # notrans
name: website # notrans
label: Website
......@@ -129,7 +121,6 @@
configuration:
size: 40
length: 64
- type: phone # notrans
name: phone # notrans
label: Phone Number
......@@ -137,7 +128,6 @@
sort: 3
configuration:
ext: false
- type: memo # notrans
name: address
label: Address
......@@ -148,7 +138,6 @@
cols: 40
html: false
length: 100
- type: O # notrans
title: Organization Information
instructions: Details on user organization
......@@ -163,7 +152,6 @@
configuration:
size: 40
length: 64
- type: memo
name: address
label: Address
......@@ -174,13 +162,11 @@
cols: 40
length: 100
html: false
- type: phone
name: phone
label: Phone
required: false
sort: 3
- type: text
name: website
label: Website
......@@ -189,7 +175,6 @@
configuration:
size: 40
length: 0
- type: memo # notrans
name: notes
label: Internal Notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment