DominicMaas / TimelineExtension

Windows Timeline & Project Rome Web Extension
MIT License
483 stars 27 forks source link

Update this and create a map #65

Closed dwm1909 closed 6 years ago

dwm1909 commented 6 years ago

Now you just have to accept this change + create a map inside of extention with folders

_locales/en/messages.json inside of this have this { "TimeName": { "message": "Timeline Support" }, "TimeDescription": { "message": "Automatically sync your browsing history to your Windows 10 PC with Windows Timeline. Push active websites to any of your devices." } }

_locales/sv/messages.json inside of this file you have this

{ "TimeName": { "message": "Tidslinje stöd" }, "TimeDescription": { "message": "Synkronisera din webbhistorik automatiskt till din Windows 10-dator med Windows-tidslinjen. Tryck på aktiva webbplatser på någon av dina enheter."
} }

After i can update more strings just by request is denid to upload files.

DominicMaas commented 6 years ago

I'll have to update something in the manifest afterwards. So give me about 5-10 minutes before pulling the changes and continuing work.

dwm1909 commented 6 years ago

Created a new string "short_name": "__MSG_TimeSName__", with is the Short Name

en/messages.json "TimeSName": { "message": "Timeline" },

and after i forgot to use the name string lower down as well "default_title": "__MSG_TimeName__",

Now am just need to create strings for all html documents as well, am just do the english json strings first become easer just copy and past and after i can do the swedish after.