> Store:
>   1%    Initializing          - Recreating indexes
> 
> Miners:
>   ✓     Flickr                - Not authenticated
>   ✓     File System           - Idle
>   ✓     Applications          - Idle
> 
> Not sure how localization would work here anyway. Currently we're
> translating the "Journal replay" message in tracker-status, but not
> really the "Idle" status value in tracker-store, AFAIK.
> 

I was wrong here. "Idle" and other strings are included for translation
purposes in the "statuses" array in src/tracker-utils/tracker-status.c;
but not all possible status values have been added there (some status
values from the store are missing)

I wonder if we could have some common place for this (in
libtracker-common?), so that we can reference a given status string with
a enum value, and keep all possible status values in a single place (not
split between tracker-status.c and miner-fs/store source files).

-- 
Aleksander

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to