浏览代码

add more l10n

Felix Paul Kühne 10 年之前
父节点
当前提交
635e61ee22
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      Resources/en.lproj/Localizable.strings
  2. 1 1
      VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m

二进制
Resources/en.lproj/Localizable.strings


+ 1 - 1
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m

@@ -13,7 +13,7 @@
 - (void)awakeWithContext:(id)context {
 - (void)awakeWithContext:(id)context {
     [super awakeWithContext:context];
     [super awakeWithContext:context];
 
 
-    [self addMenuItemWithItemIcon:WKMenuItemIconMore title:@"currently playing" action:@selector(showNowPlaying:)];
+    [self addMenuItemWithItemIcon:WKMenuItemIconMore title: NSLocalizedString(@"NOW_PLAYING", nil) action:@selector(showNowPlaying:)];
 }
 }
 
 
 - (void)showNowPlaying:(id)sender {
 - (void)showNowPlaying:(id)sender {