Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
deploy: 4c9ff09
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Jan 22, 2024
1 parent 4d226a2 commit e7c1242
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ <h1 id="csv-file-format"><a class="header" href="#csv-file-format">CSV File Form
<ul>
<li>The CSV file should be properly formatted; i.e., carriage returns in fields are allowed, but the field should be enclosed in quotes.</li>
<li>The first line of the CSV file <strong>must</strong> have the field headings: <code>language, term</code></li>
<li>The first line of the CSV file may also have any of these headings: <code>translation, parent, status, tags, pronunciation</code></li>
<li>The first line of the CSV file may also have any of these headings: <code>translation, parent, status, tags, pronunciation, link_status</code></li>
<li>Fields can be in any order.</li>
<li>An error is raised if the file contains other headings.</li>
</ul>
Expand All @@ -1090,6 +1090,7 @@ <h2 id="field-notes"><a class="header" href="#field-notes">Field notes</a></h2>
<tr><td>translation</td><td></td><td></td></tr>
<tr><td>parent</td><td></td><td>The &quot;parent&quot; of this term (e.g., an infinitive form of a verb, etc.). This will automatically create the parent term if it doesn't exist already, or if it's not created in the same import file. If a term has multiple parents, you can enclose the list in quotes, and comma-separate the parents (e.g., the term <code>se sienta</code> could have parents <code>&quot;sentirse, sentarse&quot;</code>.</td></tr>
<tr><td>status</td><td></td><td>One of 1, 2, 3, 4, 5, W (for Well-Known), or I (for Ignored). If missing, it's set to 1</td></tr>
<tr><td>link_status</td><td></td><td>Y or blank. If Y and this term has a single parent, its status is linked to the parent status</td></tr>
<tr><td>tags</td><td></td><td>A comma-delimited list of tags to add to the Term</td></tr>
<tr><td>pronunciation</td><td></td><td></td></tr>
</tbody></table>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion usage/bulk-term-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1 id="csv-file-format"><a class="header" href="#csv-file-format">CSV File Form
<ul>
<li>The CSV file should be properly formatted; i.e., carriage returns in fields are allowed, but the field should be enclosed in quotes.</li>
<li>The first line of the CSV file <strong>must</strong> have the field headings: <code>language, term</code></li>
<li>The first line of the CSV file may also have any of these headings: <code>translation, parent, status, tags, pronunciation</code></li>
<li>The first line of the CSV file may also have any of these headings: <code>translation, parent, status, tags, pronunciation, link_status</code></li>
<li>Fields can be in any order.</li>
<li>An error is raised if the file contains other headings.</li>
</ul>
Expand All @@ -195,6 +195,7 @@ <h2 id="field-notes"><a class="header" href="#field-notes">Field notes</a></h2>
<tr><td>translation</td><td></td><td></td></tr>
<tr><td>parent</td><td></td><td>The &quot;parent&quot; of this term (e.g., an infinitive form of a verb, etc.). This will automatically create the parent term if it doesn't exist already, or if it's not created in the same import file. If a term has multiple parents, you can enclose the list in quotes, and comma-separate the parents (e.g., the term <code>se sienta</code> could have parents <code>&quot;sentirse, sentarse&quot;</code>.</td></tr>
<tr><td>status</td><td></td><td>One of 1, 2, 3, 4, 5, W (for Well-Known), or I (for Ignored). If missing, it's set to 1</td></tr>
<tr><td>link_status</td><td></td><td>Y or blank. If Y and this term has a single parent, its status is linked to the parent status</td></tr>
<tr><td>tags</td><td></td><td>A comma-delimited list of tags to add to the Term</td></tr>
<tr><td>pronunciation</td><td></td><td></td></tr>
</tbody></table>
Expand Down

0 comments on commit e7c1242

Please sign in to comment.