You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ serge import myproject.serge
*** /home/pootle/serge-workspace/myproject.serge ***
*** [myproject] ***
Preloading properties...
Path to source resources: [/home/pootle/serge-workspace/repos/myproject/templates]
Path to localized resources: [/home/pootle/serge-workspace/repos/myproject/%LOCALE%/%PATH%%NAME%.po]
Languages: [ar,bg,bn,ca,cs,cy,da,de,el,en-gb,es,...,uk,vi,zh-cn,zh-tw]
DB source: [DBI:SQLite:dbname=/home/pootle/serge-workspace/serge.db3]
Preloading cache for job 'myproject' in namespace 'myproject'...
Updating database from source files...
Scanning directory structure...
Scanned in 0.000296 sec, 1 files match the criteria
messages.pot
ERROR: Parser plugin didn't provide a key value in a callback. Importing translations with this plugin is not possible.
Is there anything I can do with this? Thanks!
The text was updated successfully, but these errors were encountered:
Yes, historically we at Evernote didn't use serge import much, so many plugins don't export unique keys needed for alignment. Adding these is pretty easy, so please report any other plugins that you need serge import to work with, and I'll update them; then I'll deal with low-priority ones.
- Fix .pot parser to support importing (should finally resolve#8)
- Adjust .xliff parser to be aware of import mode
- Add `--import-mode` command-line switch to `test-parser` command to test parsers in import mode
I guess this is similar to #7.
Is there anything I can do with this? Thanks!
The text was updated successfully, but these errors were encountered: