Skip to content

Commit 6827952

Browse files
committed
Update translate.yaml
1 parent 41c8312 commit 6827952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/translate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ body:
2424
attributes:
2525
label: Translate YAML
2626
description: "You can send the YAML file already translated or write it in this section.\n\n:warning: [WARNING] If you want to directly write the translation in this section, we recommend that you use the code block using YAML. You can use the \"**Preview**\" tab to see if the code has been written correctly.\n\nYou can use as a template: [en.yaml](https://github.com/BrowserSourcesForOBS/obs-timer-controller/blob/main/core/translates/en.yaml)"
27-
placeholder: "```yaml\nhome:\n\tclose: Close the window and stop the code\n\tcronoTitle: CLOCKS\n\tcdownTitle: TIMERS\n\tcdowntimeTitle: TIME UNTIL...\n\ttwitchextTitle: EXTENSIBLE TWITCH\n\ttimeTitle: CURRENT TIME\n\tnotycopycrono: URL copied to clipboard\ncrono:\n\tbuttons:\n\t\tstart: Start\n\t\tpause: Pause\n\t\treset: Reset\n```"
27+
placeholder: "```yaml # To create a YAML code block, this must be the first row\nkey:\n\tkey: \"The translation of the element would go here\"\n``` # To close the command block, we must add this at the end"
2828
validations:
2929
required: true

0 commit comments

Comments
 (0)