Web Translate It Synchronisation Console
Language File Status
File Name
Locale
Exists
Committed
New Version Available
<% config.files.each do |file| %>
<%= file.file_path %>
<%= file.locale.upcase %>
<%= highlight(file.exists?, true) %>
<%= highlight(file.committed?, true) %>
<%= highlight(file.modified_remotely?, false) %>
<% end %>