Skip to content

Commit

Permalink
temp way to check if the github action works.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jun 10, 2022
1 parent 22c733b commit bc9c956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Crowdin Action

on:
push:
pull_request:
branches: [ master ]
paths:
- 'osu.Game.Rulesets.Karaoke/Localisation/**'
Expand Down
5 changes: 5 additions & 0 deletions osu.Game.Rulesets.Karaoke/Localisation/CommonStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ public static class CommonStrings
/// </summary>
public static LocalisableString RulesetName => new TranslatableString(getKey(@"karaoke"), @"karaoke!");

/// <summary>
/// "Lyric"
/// </summary>
public static LocalisableString Lyric => new TranslatableString(getKey(@"karaoke"), @"Lyric");

private static string getKey(string key) => $@"{prefix}:{key}";
}
}

0 comments on commit bc9c956

Please sign in to comment.