Closed masarapmabuhay closed 8 years ago
Bonnes nouvelles! Good news! I was able to fix this issue! I added translateText(parseText(...))
in // Rejoin.
case .RadioButtonsWithAnswer:
let separator = "Answer="
var components = finalText.componentsSeparatedByString(separator)
// Get answer
if components.count > 1 {
currentTargetSelectedIndex = Int(components.removeLast())
}
// Rejoin
let text: String = translateText(parseText(components.joinWithSeparator(separator)))
// Create RadioButtons
node = RadioButtonsNode(text: text, options: tasks)
May I ask how I can send a pull request to merge our code via Xcode? I use SourceTree
for UsbongKit (Android).
Merci bien!
Salut! I have merged the fix to UsbongKit (iOS)-master
! I used SourceTree
. Merci bien!
Salut! I found that the question text (not the options) of the
radioButtonsWithAnswer
node does not get translated even if there is a translation available in the trans folder.Merci beaucoup!