mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
170 B
Bash
Executable file
6 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 $*
|