genstrings Questions
3
I searched for this error online and here. Online it shows me results in a different language then english nice Google. Here it has one post and a guy that never really answered the guys question.
...
Verticillate asked 12/9, 2012 at 11:4
1
I'm trying to prepare my app to be passed off to translators for localization, but I'm running into some issues. I added the file "Localizable.strings" to my project, and I have "Use Base Internati...
Vonvona asked 30/8, 2015 at 16:14
2
Solved
I have a basic Swift file Test.swift which contains
import Foundation
import UIKit
class Test: NSObject {
let a: String
let b: String
override init() {
a = NSLocalizedString("key 1", tableNa...
Fornax asked 14/8, 2015 at 19:56
6
Solved
Problem: Using genstrings to create Localizable.strings files from a project. A few weeks later, some things changed and I run genstrings again. 75% of the new file is already in the old file. How ...
Whitewall asked 18/5, 2010 at 9:31
0
I think this is either a genstrings bug or "feature", but wanted to see if anyone has come across this or knows the answer. I was planning on opening a Radar for this.
We use our own localization ...
Footfall asked 31/1, 2015 at 6:48
1
The macros iOS has for creating localized strings are pretty awesome when used with genstrings. However, I'd like to create my own #define on top of one of the macros like so:
#define MyLocalizedS...
Tristantristas asked 14/12, 2012 at 15:59
2
Solved
I'm new to internationalization and localization for iOS. I'm running genstrings:
find . -name \*.m | xargs genstrings -o en.lproj to generate my Localizable.strings files. It builds the file in al...
Aruwimi asked 17/7, 2012 at 16:28
2
Solved
I have generated my strings file correctly using genstrings. I have changed the localized strings for my different languages. Now, I have added a few more NSLocalizedString() occurrences and I want...
Goggle asked 29/9, 2010 at 22:54
1
© 2022 - 2024 — McMap. All rights reserved.