Message Translation Does Nothing?

Update: Disregard, I’m not very smart is all

I’m trying to prep translation for a module. my config.php is just a copy from the framework, modified ‘languages’ for just ‘fr’.

The command runs properly, and I get this kind of output:

Extracting messages from <MyProject>/protected/modules/admin/views/significantEvent/view.php…

Extracting messages from <MyProject>/protected/modules/admin/views/projectProgress/update.php…

But that’s it. Nothing is changed anywhere, there’s no new files, nothing was edited. It seems like the command didn’t do anything but read all the files and tell me where to translate. What am I doing wrong?

Well, nevermind, I’ve been trying to translate one of the modules that hadn’t been (Yii::t)'d yet.