Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="tw__time_hours">
<item quantity="one">1h</item>
<item quantity="other">%dh</item>
</plurals>
<plurals name="tw__time_mins">
<item quantity="one">1m</item>
<item quantity="other">%dm</item>
</plurals>
<plurals name="tw__time_secs">
<item quantity="one">1s</item>
<item quantity="other">%ds</item>
</plurals>
</resources>

File diff suppressed because it is too large Load Diff