Skip to content

Commit

Permalink
[TASK] Drop approved="yes" from the English locallang files (#597)
Browse files Browse the repository at this point in the history
Approving only applies to translations, not to the original English
labels.

Fixes #570
  • Loading branch information
oliverklee authored May 15, 2024
1 parent f87b8c1 commit a8900eb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,61 +3,61 @@
<file source-language="en" datatype="plaintext" original="messages">
<header/>
<body>
<trans-unit id="crdate" resname="crdate" approved="yes">
<trans-unit id="crdate" resname="crdate">
<source>Creation date</source>
</trans-unit>
<trans-unit id="tstamp" resname="tstamp" approved="yes">
<trans-unit id="tstamp" resname="tstamp">
<source>Change date</source>
</trans-unit>
<trans-unit id="full_salutation" resname="full_salutation" approved="yes">
<trans-unit id="full_salutation" resname="full_salutation">
<source>Full salutation (possibly with name)</source>
</trans-unit>
<trans-unit id="gender" resname="gender" approved="yes">
<trans-unit id="gender" resname="gender">
<source>Gender</source>
</trans-unit>
<trans-unit id="gender.99" resname="gender.99" approved="yes">
<trans-unit id="gender.99" resname="gender.99">
<source>(none provided)</source>
</trans-unit>
<trans-unit id="gender.0" resname="gender.0" approved="yes">
<trans-unit id="gender.0" resname="gender.0">
<source>Mr.</source>
</trans-unit>
<trans-unit id="gender.1" resname="gender.1" approved="yes">
<trans-unit id="gender.1" resname="gender.1">
<source>Mrs.</source>
</trans-unit>
<trans-unit id="gender.2" resname="gender.2" approved="yes">
<trans-unit id="gender.2" resname="gender.2">
<source>diverse</source>
</trans-unit>
<trans-unit id="dateOfBirth" resname="dateOfBirth" approved="yes">
<trans-unit id="dateOfBirth" resname="dateOfBirth">
<source>Birth date</source>
</trans-unit>
<trans-unit id="zone" resname="zone" approved="yes">
<trans-unit id="zone" resname="zone">
<source>State/province</source>
</trans-unit>
<trans-unit id="privacy" resname="privacy" approved="yes">
<trans-unit id="privacy" resname="privacy">
<source>Privacy agreement</source>
</trans-unit>
<trans-unit id="terms_acknowledged" resname="comments" approved="yes">
<trans-unit id="terms_acknowledged" resname="comments">
<source>Terms acknowledged</source>
</trans-unit>
<trans-unit id="status" resname="status" approved="yes">
<trans-unit id="status" resname="status">
<source>Job status</source>
</trans-unit>
<trans-unit id="status.1" resname="status.1" approved="yes">
<trans-unit id="status.1" resname="status.1">
<source>Student</source>
</trans-unit>
<trans-unit id="status.2" resname="status.2" approved="yes">
<trans-unit id="status.2" resname="status.2">
<source>Job seeking (full time)</source>
</trans-unit>
<trans-unit id="status.3" resname="status.3" approved="yes">
<trans-unit id="status.3" resname="status.3">
<source>Working</source>
</trans-unit>
<trans-unit id="status.4" resname="status.4" approved="yes">
<trans-unit id="status.4" resname="status.4">
<source>Retired</source>
</trans-unit>
<trans-unit id="status.5" resname="status.5" approved="yes">
<trans-unit id="status.5" resname="status.5">
<source>Job seeking (part time)</source>
</trans-unit>
<trans-unit id="comments" resname="comments" approved="yes">
<trans-unit id="comments" resname="comments">
<source>Comments</source>
</trans-unit>
</body>
Expand Down

0 comments on commit a8900eb

Please sign in to comment.