726a59118f
https://forums.ankiweb.net/t/im-trying-to-improve-the-translation-but-i-cant-find-it-in-one-place-please-help-me/35335/19
7 lines
272 B
Bash
Executable File
7 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
# - sync ftl
|
|
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
|
# - confirm changes in core-repo/ correct
|
|
# - commit and push changes, then update submodule in main repo
|
|
./ftl string copy ftl/core-repo/core ftl/core-repo/core $1 $2
|