Skip to content

Commit

Permalink
I18N: Remove date strings from pot
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Dec 1, 2020
1 parent 4f2c66f commit 2533215
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gnucash/gtkbuilder/dialog-preferences.glade
Expand Up @@ -47,23 +47,23 @@
</columns>
<data>
<row>
<col id="0" translatable="yes">US</col>
<col id="1" translatable="yes">07/31/2013</col>
<col id="0" translatable="yes" comments="Date format label for 07/31/2013">US</col>
<col id="1" comments="Translation is futile here">07/31/2013</col>
</row>
<row>
<col id="0" translatable="yes">UK</col>
<col id="1" translatable="yes">31/07/2013</col>
<col id="0" translatable="yes" comments="Date format label for 31/07/2013">UK</col>
<col id="1">31/07/2013</col>
</row>
<row>
<col id="0" translatable="yes">Europe</col>
<col id="1" translatable="yes">31.07.2013</col>
<col id="0" translatable="yes" comments="Date format label for 31.07.2013">Europe</col>
<col id="1">31.07.2013</col>
</row>
<row>
<col id="0" translatable="yes">ISO</col>
<col id="1" translatable="yes">2013-07-31</col>
<col id="0" translatable="yes" comments="Date format label for 2013-07-31">ISO</col>
<col id="1">2013-07-31</col>
</row>
<row>
<col id="0" translatable="yes">Locale</col>
<col id="0" translatable="yes" comments="Label for locale settings of formats, …">Locale</col>
<col id="1" comments="Because it will be overwritten no translation is reqired">(dummy)</col>
</row>
</data>
Expand Down

0 comments on commit 2533215

Please sign in to comment.