Closed batrol closed 4 years ago
Hey @batrol, this looks great, thank you!
Hey Steve. Thank you for the amazing work. Happy to contribute =)
*--*Plínio Almeida de Oliveira
Em qua., 29 de jul. de 2020 às 22:12, Steve Grunwell < notifications@github.com> escreveu:
Hey @batrol https://github.com/batrol, this looks great, thank you!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stevegrunwell/lost-in-translation/pull/13#issuecomment-665901715, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUMM5X2CY4AGSEWMDIKWI3R6B7EJANCNFSM4PIGXUZA .
Ex: Translated Keys: "strike_number_1" : "Strike One"
Key not translated and not flagged $strikes = 1; ('He makes contact with the ball, but not enough to get a hit. Foul tip. :strike_number.', [ 'strike_number' => ('strikenumber' + $strikes) ]);
The current check will compare "He makes contact with the ball, but not enough to get a hit. Foul tip. :strike_number." with "He makes contact with the ball, but not enough to get a hit. Foul tip. Strike One" and it will not flag the key as not translated.