Dylan Stamat
Dylan Stamat
When we parse tlt tags, we translate anything in-between the set tag, ie: ^^this will be translated^^. However, we will incorrectly try and parse this ^^^^. Our regex should account...
To replicate: Place this somewhere in the /app directory: I18n.t('activerecord.errors.messages.record_invalid', :errors => "test test test") Run the "I18n:populate:from_rails" rake task. The regular expressions grabs the key, but not the interpolation...
create_seed_translations should look for I18n.translate as well as I18n.t. It looks for the alias, but not the first class method.
I'm just starting here, and after initializing the project, I want to mark all items unsatisfied until I've had a chance to go through them all. I see there's a...
I'm not sure if something like this exists or not, but I was wondering if there was any parser out there that took natural language and pushed it into an...