Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为啥为转换的是空文件 iOS 转Excel #27

Open
zhouhouwen opened this issue Aug 8, 2020 · 10 comments
Open

为啥为转换的是空文件 iOS 转Excel #27

zhouhouwen opened this issue Aug 8, 2020 · 10 comments

Comments

@zhouhouwen
Copy link

No description provided.

@JonYun
Copy link

JonYun commented Sep 16, 2020

我也是这种情况,请问你解决了吗?

@zhouhouwen
Copy link
Author

zhouhouwen commented Sep 16, 2020 via email

@GuoYi001
Copy link

我也是这种情况,请问你解决了吗?

@zhouhouwen
Copy link
Author

zhouhouwen commented Dec 24, 2020 via email

@lxy8383
Copy link

lxy8383 commented Dec 28, 2020

我是通过excel 转成 iOS使用的, 文件夹是空的

@qoakzmxncb
Copy link

我也是这种情况,请问你解决了吗?

@zhouhouwen
Copy link
Author

zhouhouwen commented Dec 3, 2021 via email

@qoakzmxncb
Copy link

路径不对 看官方demo 发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Chason Tse @.> 发送时间: 2021年12月3日 16:15 收件人: CatchZeng/Localizable.strings2Excel @.> 抄送: Haven @.>, Author @.> 主题: 回复:[CatchZeng/Localizable.strings2Excel] 为啥为转换的是空文件 iOS 转Excel (#27) 我也是这种情况,请问你解决了吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

路径就那么简单 python python/Strings2Xls.py -f examples/ios/ -t examples/output
可output/strings-files-to-xls_20211203_170315 里面就是空

@qoakzmxncb
Copy link

卧槽 搞懂了 文件要像这样子放
路径里面要有 .lproj, lproj里面放strings
而不是直接传strings
image

@once-liu
Copy link

如果 string 转 Excel 为空的话,基本都是文件路径错误的问题。

使用时注意两点:

  • 使用项目的 Demo;
  • 使用正确的路径。

比如,我要把项目的英文翻译导出 Excel。做了以下步骤:

  1. 下载 Demo,默认 Downloads 文件;
  2. 替换 Demo 中的 examples/ios/en.lproj 文件下的 Localizable.strings 为我自己的文件。es、fr 等其他语言的文件删不删随意;
  3. 替换 Github 上示例命令路径为本地的路径。
    替换的路径有三个地方:分别是 Strings2Xls.pyexamples/iOS/examples/output 文件路径。把这三处的路径替换为本地路径即可。

Github 上的路径:
$ python python/Strings2Xls.py -f examples/ios/ -t examples/output

替换后的路径:
$ python /Users/macmini/Downloads/Localizable-2.strings2Excel-master/python/Strings2Xls.py -f /Users/macmini/Downloads/Localizable-2.strings2Excel-master/examples/ios/ -t /Users/macmini/Downloads/Localizable-2.strings2Excel-master/examples/output

执行命令后,会把 examples/ios 文件下的所有文件全部转换。

转换结果如下图所示:
image

其他转换方式同理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants