Merge remote-tracking branch 'schriftgestalt/master'

* schriftgestalt/master:
  add option to insert NSLocalizedStringFromTableInBundle

Conflicts:
	QuickLocalization/QuickLocalization.m
This commit is contained in:
Zitao Xiong
2015-11-19 02:26:20 -05:00
12 changed files with 686 additions and 58 deletions

View File

@@ -0,0 +1,32 @@
//
// AMConstString.h
// AMMethod2Implement
//
// Created by JohnnyLiu on 15/4/1.
// Copyright (c) 2015年 Tendencystudio. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString * const kDeclareMap;
extern NSString * const kImplementMap;
extern NSString * const kImplementContent;
extern NSString * const kSelectTextType;
extern NSString * const kSelectTextFirstSelectMethod;
extern NSString * const kMenuRootMenuTitle;
extern NSString * const kMenuPluginTitle;
extern NSString * const kMenuSubMenuItems;
extern NSString * const kMenuTitle;
extern NSString * const kMenuSelector;
extern NSString * const kMenuShortcut;
extern NSString * const kMenuKeyMask;
extern NSString * const kMenuKeyEquivalent;
extern NSString * const kMenuActionTitle;
extern NSString * const kQLFormatStringKey;
extern NSString * const kQLFormatStringCommentSameKey;
extern NSString * const kQLFormatStringSwiftSyntax;