You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/translate.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ body:
24
24
attributes:
25
25
label: Translate YAML
26
26
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"
0 commit comments