This repository was archived by the owner on Jul 31, 2024. It is now read-only.
Help with merging translation #35
|
Hi again, I would like to ask you if you could help me merging the translation into the BHTikTok. |
Answered by
dayanch96
Jan 29, 2024
Replies: 1 comment 5 replies
|
put bhtiktok.bundle into payload folder? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

well, you have to keep this format for each line: "original" = "translation";
if you want to use “” inside your translation strings, you have to use
\"instead of regular"example:
"original" = "use \"this\" example";(displayed text will be like use "this" example)