7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/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 $*
|