Move remoji to resx

This commit is contained in:
L1Q 2019-10-28 06:27:49 +02:00
parent f576029f70
commit 6967863428
3 changed files with 13 additions and 2 deletions

View file

@ -59,8 +59,7 @@ public class CodeMenuEntryFilename : CodeMenuEntry
public static readonly CodeMenuEntryFilename guid = new CodeMenuEntryFilename("guid", Resources.ReplCodeMenuEntry_guid_Random_guid, Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename radjective = new CodeMenuEntryFilename("radjective", Resources.CodeMenuEntryFilename_RandomAdjective, Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename ranimal = new CodeMenuEntryFilename("ranimal", Resources.CodeMenuEntryFilename_RandomAnimal, Resources.ReplCodeMenuCategory_Random);
// TODO: Translate
public static readonly CodeMenuEntryFilename remoji = new CodeMenuEntryFilename("remoji", "Random emoji. Repeat using {n}", Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename remoji = new CodeMenuEntryFilename("remoji", Resources.RandomEmojiRepeatUsingN, Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename rf = new CodeMenuEntryFilename("rf", Resources.ReplCodeMenuEntry_rf_Random_line_from_file, Resources.ReplCodeMenuCategory_Random);
public static readonly CodeMenuEntryFilename width = new CodeMenuEntryFilename("width", Resources.ReplCodeMenuEntry_width_Gets_image_width, Resources.ReplCodeMenuCategory_Image);
public static readonly CodeMenuEntryFilename height = new CodeMenuEntryFilename("height", Resources.ReplCodeMenuEntry_height_Gets_image_height, Resources.ReplCodeMenuCategory_Image);

View file

@ -2430,6 +2430,15 @@ internal static string ProxyMethod_None {
}
}
/// <summary>
/// Looks up a localized string similar to Random emoji. Repeat using {n}.
/// </summary>
internal static string RandomEmojiRepeatUsingN {
get {
return ResourceManager.GetString("RandomEmojiRepeatUsingN", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Random non ambiguous alphanumeric char. Repeat using {n}.
/// </summary>

View file

@ -1199,4 +1199,7 @@ Would you like to download and install it?</value>
<data name="RandomNonAmbiguousAlphanumericCharRepeatUsingN" xml:space="preserve">
<value>Random non ambiguous alphanumeric char. Repeat using {n}</value>
</data>
<data name="RandomEmojiRepeatUsingN" xml:space="preserve">
<value>Random emoji. Repeat using {n}</value>
</data>
</root>