Skip to content

Commit

Permalink
Main Menu: Add new Lyrics item to strings tables
Browse files Browse the repository at this point in the history
Add item to strings tables for translations of the menu item. English is
already done as the base language, awaiting Spanish at least, will await
Polish and Russian when the respective translators get to it.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
  • Loading branch information
kode54 committed Feb 24, 2023
1 parent c68b4b9 commit 549f426
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en.lproj/MainMenu.strings
Expand Up @@ -802,3 +802,6 @@

/* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */
"3A3-9o-Gh9.title" = "Codec";

/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
"Tkb-7M-OiA.title" = "Show Lyrics";
3 changes: 3 additions & 0 deletions es.lproj/MainMenu.strings
Expand Up @@ -802,3 +802,6 @@

/* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */
"3A3-9o-Gh9.title" = "Códec";

/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
"Tkb-7M-OiA.title" = "Show Lyrics";
3 changes: 3 additions & 0 deletions pl.lproj/MainMenu.strings
Expand Up @@ -602,3 +602,6 @@

/* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */
"3A3-9o-Gh9.title" = "kodek";

/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
"Tkb-7M-OiA.title" = "Show Lyrics";
3 changes: 3 additions & 0 deletions ru.lproj/MainMenu.strings
Expand Up @@ -715,3 +715,6 @@

/* Class = "NSTableColumn"; title = "Codec"; ObjectID = "3A3-9o-Gh9"; */
"3A3-9o-Gh9.title" = "Кодек";

/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
"Tkb-7M-OiA.title" = "Show Lyrics";

0 comments on commit 549f426

Please sign in to comment.