7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Move a translation that previously only existed in AnkiMobile to the core translations.
|
||
|
#
|
||
|
|
||
|
./ftl string move ftl/mobile-repo/mobile ftl/core-repo/core $*
|