Unfinished translation analysis #58

Closed
opened 2 years ago by duke · 2 comments
duke commented 2 years ago
Owner

Ran this on dev branch to look at unfinished translation strings:

AR:207
BE:2
DE:206
ES:206
FA:206
FR:206
HR:225
ID:201
IT:439
NL:12
PT:207
RO:205
RU:2
SR:225
TR:298
UD:210
ZH:306

Usage: cd res/; ./langs

#!/bin/bash

echo -n AR: ;grep unfinished silentdragonlite_ar.ts | wc -l  
echo -n BE: ;grep unfinished silentdragonlite_be.ts | wc -l
echo -n DE: ;grep unfinished silentdragonlite_de.ts | wc -l
echo -n ES: ;grep unfinished silentdragonlite_es.ts | wc -l
echo -n FA: ;grep unfinished silentdragonlite_fa.ts | wc -l
echo -n FR: ;grep unfinished silentdragonlite_fr.ts | wc -l
echo -n HR: ;grep unfinished silentdragonlite_hr.ts | wc -l
echo -n ID: ;grep unfinished silentdragonlite_id.ts | wc -l
echo -n IT: ;grep unfinished silentdragonlite_it.ts | wc -l
echo -n NL: ;grep unfinished silentdragonlite_nl.ts | wc -l
echo -n PT: ;grep unfinished silentdragonlite_pt.ts | wc -l
echo -n RO: ;grep unfinished silentdragonlite_ro.ts | wc -l
echo -n RU: ;grep unfinished silentdragonlite_ru.ts | wc -l
echo -n SR: ;grep unfinished silentdragonlite_sr.ts | wc -l
echo -n TR: ;grep unfinished silentdragonlite_tr.ts | wc -l
echo -n UD: ;grep unfinished silentdragonlite_ud.ts | wc -l
echo -n ZH: ;grep unfinished silentdragonlite_zh.ts | wc -l
Ran this on `dev` branch to look at unfinished translation strings: ``` AR:207 BE:2 DE:206 ES:206 FA:206 FR:206 HR:225 ID:201 IT:439 NL:12 PT:207 RO:205 RU:2 SR:225 TR:298 UD:210 ZH:306 ``` Usage: cd res/; ./langs ``` #!/bin/bash echo -n AR: ;grep unfinished silentdragonlite_ar.ts | wc -l echo -n BE: ;grep unfinished silentdragonlite_be.ts | wc -l echo -n DE: ;grep unfinished silentdragonlite_de.ts | wc -l echo -n ES: ;grep unfinished silentdragonlite_es.ts | wc -l echo -n FA: ;grep unfinished silentdragonlite_fa.ts | wc -l echo -n FR: ;grep unfinished silentdragonlite_fr.ts | wc -l echo -n HR: ;grep unfinished silentdragonlite_hr.ts | wc -l echo -n ID: ;grep unfinished silentdragonlite_id.ts | wc -l echo -n IT: ;grep unfinished silentdragonlite_it.ts | wc -l echo -n NL: ;grep unfinished silentdragonlite_nl.ts | wc -l echo -n PT: ;grep unfinished silentdragonlite_pt.ts | wc -l echo -n RO: ;grep unfinished silentdragonlite_ro.ts | wc -l echo -n RU: ;grep unfinished silentdragonlite_ru.ts | wc -l echo -n SR: ;grep unfinished silentdragonlite_sr.ts | wc -l echo -n TR: ;grep unfinished silentdragonlite_tr.ts | wc -l echo -n UD: ;grep unfinished silentdragonlite_ud.ts | wc -l echo -n ZH: ;grep unfinished silentdragonlite_zh.ts | wc -l ```
Poster
Owner

this should be a script in this repo so we can run this analysis whenever we want

this should be a script in this repo so we can run this analysis whenever we want
onryo self-assigned this 2 years ago
Poster
Owner
This is a script on the dev branch, so I am closing this: https://git.hush.is/hush/SilentDragonLite/src/branch/dev/src/scripts/translation_analysis.sh
duke closed this issue 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.