dellermann / i18n-asset-pipeline

An asset-pipeline plugin for client-side i18n.
Apache License 2.0
3 stars 8 forks source link

Import set of files from plugins #5

Open alferink opened 9 years ago

alferink commented 9 years ago

I have many plugins with i18n key. All plugins are used in one app. This app has to define a file 'messages_de.i18n' that looks like this: @import _messagesFromPlugin1 @import _messagesFromPlugin2 @import _messagesFromPlugin3 @import _messagesFromPlugin4

Is it possible to define a pattern that to import a set of files? Something like @import _messagesFrom*

My goal is not to change the 'messages_de.i18n' of the app after adding a new plugin.

dellermann commented 9 years ago

I'll look for a solution to do that…

amadfida commented 9 years ago

Did you get a chance to look at this issue? this is blocking us from using this awesome plugin.