Kaynağa Gözat

Add a dos2unix to the Databases convert process for coherence

master
LecygneNoir 4 yıl önce
ebeveyn
işleme
78cd25e488
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      README.md

+ 1
- 0
README.md Dosyayı Görüntüle

@ -7,6 +7,7 @@ To convert from XML
```bash
grep Key Database/game_files/DATABASE_UI_LOCALIZATION.xml | grep -v "UI_EMPTY" | grep -v '<!--<Entry' | awk -F'"' '{print "#. "$2"\n" "msgid " "\""$4"\"" "\n" "msgstr " "\"\""}' > /tmp/DATABASE_UI_LOCALIZATION.pot.tmp
dos2unix /tmp/DATABASE_UI_LOCALIZATION.pot.tmp
sed -i 's/\\E/\\\\E/' /tmp/DATABASE_UI_LOCALIZATION.pot.tmp
# Insert header
msgid ""

Yükleniyor…
İptal
Kaydet