1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-29 02:12:05 +02:00
comprehensive-rust/po
Martin Geisler b3bcaacb70
Set POT-Creation-Date field in PO files (#1252)
This updates each PO file to the date when it was last touched:

    for po_file in po/*.po; do
        POT_DATE=$(git log -1 --date=short --format=%ad $po_file)
sed -i -e 's/"POT-Creation-Date:.*"/"POT-Creation-Date:
'$POT_DATE'\\n"/' $po_file
    done

The dates will be updated with `msgmerge` in the future via
https://github.com/google/mdbook-i18n-helpers/pull/87.

The dates here can be adjusted by hand if needed — the starting point
here only serves as a rough anchor to let us freeze the translations
from further updates. So if you know that you ran `msgmerge` most
recently on a given date, please update the file to that date in a later
PR.
2023-09-25 16:38:03 +02:00
..
bn.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
da.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
de.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
el.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
es.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
fa.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
fr.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
id.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
it.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
ja.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
ko.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
pl.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
pt-BR.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
ru.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
tr.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
uk.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
zh-CN.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00
zh-TW.po Set POT-Creation-Date field in PO files (#1252) 2023-09-25 16:38:03 +02:00