File: update-tx.sh

package info (click to toggle)
shotcut 26.1.30%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,392 kB
  • sloc: cpp: 77,605; javascript: 11,690; sh: 2,917; xml: 104; python: 84; makefile: 34; ansic: 6
file content (16 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
tx pull --all --force
pushd translations

mv shotcut_cs_CZ.ts shotcut_cs.ts
mv shotcut_da_DK.ts shotcut_da.ts
mv shotcut_el_GR.ts shotcut_el.ts
mv shotcut_hu_HU.ts shotcut_hu.ts
mv shotcut_it_IT.ts shotcut_it.ts
mv shotcut_ku_IQ.ts shotcut_ku.ts
mv shotcut_nl_NL.ts shotcut_nl.ts
mv shotcut_tr_TR.ts shotcut_tr.ts
popd

git restore translations/shotcut_en.ts