This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# vim:fenc=utf-8 | |
# | |
# Convert MP3 ID3 tag from hanzi to pinyin | |
# | |
# Copyright © 2019 Yefei Li | |
# | |
# Requirements | |
# eyeD3==0.8.10 |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
diff --git a/res/values/strings.xml b/res/values/strings.xml | |
index 8b66adf..ead431f 100644 | |
--- a/res/values/strings.xml | |
+++ b/res/values/strings.xml | |
@@ -54,6 +54,8 @@ | |
<string name="post_query_author">查看作者信息</string> | |
<string name="post_copy_content">复制帖子内容</string> | |
<string name="post_foward_self">转寄到自己信箱</string> | |
+ <string name="post_foward_external">转寄到外部邮箱</string> | |
+ <string name="post_group_foward_external">合集转寄到外部邮箱</string> |