Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
fix not found bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yusanlou committed Jul 14, 2017
1 parent ca3f56f commit 85b2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/commandService/commandLineService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct localizationCommand :RegexStringsSearcher,RegexStringsWriter{

func write () {
for path in findAllLocalizable(with: projectPath, excluded: exceptPath){
if path.lastComponentWithoutExtension == "Localizable" && path.parent().lastComponent == "zh-Hans.lproj" {
if path.parent().lastComponent == "zh-Hans.lproj" {
writeToLocalizable(to: path)
}
}
Expand Down

0 comments on commit 85b2aff

Please sign in to comment.