poblabs / weewx-belchertown

A clean and modern weewx skin with real time streaming updates, forecast data and interactive charts. View it in action at BelchertownWeather.com
https://belchertownweather.com
GNU General Public License v3.0
211 stars 112 forks source link

Translation #104

Closed olpayras closed 5 years ago

olpayras commented 5 years ago

I used skin.conf to translate your skin in french. There are very few fields who stay in english. Here are them.

Main Page

Records

HoracioDos commented 5 years ago

I must warn you that my index.html.tmpl has some other customizations. I can help you to isolate daylight info and you'll need to edit index.html.tmpl manually and add some keywords to weewx.conf. If you copy the whole file, even more keywords are need to control its behaviour.

HoracioDos commented 5 years ago

Don't worry about header.html.tmpl. It is fine. Everything you need to translate is in weewx.conf or skin.conf PS: I think I understand your point now. Everytime you refresh your site you can see "weather conditions" for an instant if the connection is slow enough. I guess you could replace all of them with $Extras.home_page_header if you want. I don't kown if it breaks something else.

HoracioDos commented 5 years ago

I searched on the web about "og". These properties belong to the open graph protocol. I don't know about its purpose. Perhaps Pat can tell us something about it, but I wouldn't worry to much.

salinois commented 5 years ago

hello every body see my website for translation in French, I don't finish the translation, I go to do any change when I saw your page translated.

http://jurassikpat.ddns.net/weewx/belchertown

Patrick

poblabs commented 5 years ago

Those og are used when sharing the website on social media like Facebook. I'll make that a label for translation later when I have a few minutes.

Sent from mobile

On Mon, May 13, 2019, 1:44 PM HoracioDos notifications@github.com wrote:

I searched on the web about "og". These properties belong to the open graph protocol. I don't know about its purpose. Perhaps Pat can tell us something about it, but I wouldn't worry to much.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/poblabs/weewx-belchertown/issues/104?email_source=notifications&email_token=AA2SYZ7OSL6ILTVX2CLRJFTPVGSIXA5CNFSM4HHSYFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVJBQUA#issuecomment-491919440, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2SYZ36ZCXGQOAZQRJSBQLPVGSIXANCNFSM4HHSYFQQ .

bonjour81 commented 5 years ago

Hello guys! @poblabs, it looks like you build a French community inside this topic :-D Would it make sense that we build together an alternate "skin.conf.example_fr" that could be proposed in your skin?

olpayras commented 5 years ago

@HoracioDos tkanks a lot. I'll just check your files for more details, but I'll wait for a release.

@poblabs : Tks a lot. The trouble i noticed for the translation is that :

Capture

@bonjour81 We should give a graphs.conf.example too even if everyone can custom it. With this two files, the skin will be full translated.

bonjour81 commented 5 years ago

Maybe it could be used $Extras.site_title, already available, to fill & og? </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hi everyone, sorry I have been delayed. My real job has me busy! </p> <p>I have a quick question... For the wind rose, do you need to translate the labels around the wind rose? In Spanish, French, German, etc, are the letters different for these ordinals?</p> <p><img src="https://user-images.githubusercontent.com/3484775/57696924-05368180-7620-11e9-8f8c-07ac832b6f1e.png" alt="image" /></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hello Pat. In spanish the only letter that changes is W. All west ordinals are O. Luckily E, N and S match to english.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Ok I will add to my list to make those ordinals a label so you can change them. </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bonjour81"><img src="https://avatars.githubusercontent.com/u/24415431?v=4" />bonjour81</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hi! French uses "O" for Ouest (West) too... other are same as Spanish & English (Nord, Sud, Est). Note that ordinals are defined in weewx.conf.</p> <pre><code> [[[[Ordinates]]]] # Ordinal directions. The last one is for no wind direction directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A</code></pre> <p>Maybe those ones could be used ? (just like generic labels for barometer etc...)</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>This might be able to work and would be an easy thing to use! I think the problem might be the "n/a" may show as a direction. Will need to test this out.</p> <p>Sent from mobile</p> <p>On Tue, May 14, 2019, 9:39 AM bonjour81 <a href="mailto:notifications@github.com">notifications@github.com</a> wrote:</p> <blockquote> <p>Hi! French uses "O" for Ouest (West) too... other are same as Spanish & English (Nord, Sud, Est). Note that ordinals are defined in weewx.conf.</p> <p>[[[[Ordinates]]]]</p> <pre><code> # Ordinal directions. The last one is for no wind direction directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW, N/A</code></pre> <p>Maybe those ones could be used ? (just like generic labels for barometer etc...)</p> <p>— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <a href="https://github.com/poblabs/weewx-belchertown/issues/104?email_source=notifications&email_token=AA2SYZYCFHHD7TCQMWQLK4TPVK6IPA5CNFSM4HHSYFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVLQEQY#issuecomment-492241475">https://github.com/poblabs/weewx-belchertown/issues/104?email_source=notifications&email_token=AA2SYZYCFHHD7TCQMWQLK4TPVK6IPA5CNFSM4HHSYFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVLQEQY#issuecomment-492241475</a>, or mute the thread <a href="https://github.com/notifications/unsubscribe-auth/AA2SYZZEY674KHAKPLSXBLDPVK6IPANCNFSM4HHSYFQQ">https://github.com/notifications/unsubscribe-auth/AA2SYZZEY674KHAKPLSXBLDPVK6IPANCNFSM4HHSYFQQ</a> .</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 That works! I just committed it, please try it out. Thanks</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Ordinal directions are OK. There is no need now to hardcode in belchertown.js.tmpl</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>They aren't hard coded anymore with that latest commit. 👍🏼</p> <p>Sent from mobile</p> <p>On Tue, May 14, 2019, 4:31 PM HoracioDos <a href="mailto:notifications@github.com">notifications@github.com</a> wrote:</p> <blockquote> <p>Ordinal directions are OK. There is no need now to hardcode in belchertown.js.tmpl</p> <p>— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <a href="https://github.com/poblabs/weewx-belchertown/issues/104?email_source=notifications&email_token=AA2SYZ2LIYCE4Q7UJKSDG6DPVMOTPA5CNFSM4HHSYFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVMWNXY#issuecomment-492398303">https://github.com/poblabs/weewx-belchertown/issues/104?email_source=notifications&email_token=AA2SYZ2LIYCE4Q7UJKSDG6DPVMOTPA5CNFSM4HHSYFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVMWNXY#issuecomment-492398303</a>, or mute the thread <a href="https://github.com/notifications/unsubscribe-auth/AA2SYZ4BIXWUF6TFNJMWYBDPVMOTPANCNFSM4HHSYFQQ">https://github.com/notifications/unsubscribe-auth/AA2SYZ4BIXWUF6TFNJMWYBDPVMOTPANCNFSM4HHSYFQQ</a> .</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>That's true. I hardcoded them in spanish two weeks ago... (Whispering...) LOL!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bonjour81"><img src="https://avatars.githubusercontent.com/u/24415431?v=4" />bonjour81</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@poblabs Hello Pat, I installed the update but I cannot check rose (not setup yet, my wind sensor is not ready, I'm working on building it :-)). I notice something: maybe we could use this translation also for normal wind graph ? I mean, right Y axis currently shows N / W / S / E / N from top to bottom.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 I just updated the header.html.tmpl and skin.conf with more translation labels. This one is different because it contained a Cheetah tag inside the original phrase. Which was $station.location. I can't add that to skin.conf, so I have to make the skin.conf labels "", then if you change them, it will update. If you leave it as "", it will keep the original default which is good since I don't want to break everyone's website who are using that original phrase.</p> <p>Please test it out</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81: </p> <blockquote> <p>I notice something: maybe we could use this translation also for normal wind graph ?</p> </blockquote> <p>Let me try this out. </p> <p><strong>Edit:</strong> Actually I don't think this will work because it's N W S E N, which the ordinal option doesn't have. I will try it but if that doesn't work, I will make a custom <code>graphs_windDir_ordinals</code> label. I'll update it</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>All, I removed 3 keys in the latest commit which affect how the graphs show time. For more details you can read the commit notes, and also reference Item 1 in this issue <a href="https://github.com/poblabs/weewx-belchertown/issues/124#issuecomment-492655662">https://github.com/poblabs/weewx-belchertown/issues/124#issuecomment-492655662</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/olpayras"><img src="https://avatars.githubusercontent.com/u/49792600?v=4" />olpayras</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Have you an example for Wind_rose config in graphs.conf (sorry i'm not very easy with highcharts :( ), so I'll check it that.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>It is very simple to add, only 3 lines. </p> <p>You can see that in the Wiki <a href="https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation">https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation</a></p> <p>Here is wind rose: <a href="https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#wind-rose">https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation#wind-rose</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 Like I thought, using that wouldn't work. So I added a new skin.conf key that can be translated. <code>graphs_windDir_ordinals</code>. Just change the "N", "E", etc. Do not change the numbers or it'll break the chart.</p> <p>If this is too confusing, I can break it out more to use something like:</p> <p><code>graphs_windDir_ordinals_N = "N"</code> <code>graphs_windDir_ordinals_S = "S"</code> <code>graphs_windDir_ordinals_E = "E"</code> <code>graphs_windDir_ordinals_W = "W"</code></p> <p>if that is easier?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hello Pat. Please, could you check "og" properties and page title & description again. I added the necessary keywords to weewx.conf but it seems it doesn't work. html_site_title = "Some text" tml_site_description = "Some other text" Thanks!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@HoracioDos can you post your config and your website? It's working for me on my development site.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bonjour81"><img src="https://avatars.githubusercontent.com/u/24415431?v=4" />bonjour81</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hi! Wind graph right Y axis with "N, O, S , E, N" works fine! Page title & og are also good ( html_site_title & html_site_description are in skin.conf) By the way, what's the job of "og:locale" ? ( does it worth localisation or it does not matter? )</p> <p>I notice I'm late with the new graphs management (groups, buttons etc...), got some work to do :-))</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 Glad it's working. Is it simple enough to update the dictionary or do I need to break it out? Think of non-technical people who would want to update it.... ?</p> <p>Good catch on og:locale. It should match your locale. I can update it to match the system locale automatically. </p> <p>Here's info on the open graph protocol: <a href="http://ogp.me/">http://ogp.me/</a></p> <blockquote> <p>og:locale - The locale these tags are marked up in. Of the format language_TERRITORY. Default is en_US.</p> </blockquote> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bonjour81"><img src="https://avatars.githubusercontent.com/u/24415431?v=4" />bonjour81</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@poblabs do you mean update the whole file in general or do you refer to a specific point ?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 I mean instead of </p> <p><code>graphs_windDir_ordinals = '{ 0: "N", 90: "E", 180: "S", 270: "W", 360: "N" }'</code></p> <p>Maybe I should do:</p> <pre><code>graphs_windDir_ordinals_N = "N" graphs_windDir_ordinals_S = "S" graphs_windDir_ordinals_E = "E" graphs_windDir_ordinals_W = "W"</code></pre> <p>?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>@HoracioDos can you post your config and your website? It's working for me on my development site.</p> </blockquote> <p>Hello Pat. I set up html keywords under [[Belchertown]] [[[Extras]]] in weewx.conf. Should I config them in skin.conf? My site is <a href="http://climacolegiales.ddns.net">http://climacolegiales.ddns.net</a> but luckily my new domain is accessible since this evening. So I'll migrate tonight to <a href="http://climacolegiales.com.ar">http://climacolegiales.com.ar</a></p> <pre><code> graphs_page_header = Gráficos del Clima por Período reports_page_header = Reportes Históricos del Clima records_page_header = Registros de Máximos y Mínimos about_page_header = Acerca de esta Estación Meteorológica # HTML Header Meta Tags and HTML Title. These labels have a default value # set inside of header.html.tmpl. Leave as "" to use the default value. html_site_title = "Condiciones actuales del clima para Colegiales - CABA - Argentina" html_site_description = "Estación Meteorológica autónoma para el seguimiento del clima en Colegiales - CABA - Argentina" # Records options show_apptemp = 1 show_windrun = 1 show_cloudbase = 1</code></pre> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@HoracioDos They are labels like all the other translatable items, so they should be in the labels section - not Extras. Here's an example for weewx.conf:</p> <pre><code> [[Belchertown]] skin = Belchertown HTML_ROOT = belchertown [[[Extras]]] ... skin extras go here ... [[[Labels]]] [[[[Generic]]]] html_site_title = "Colegiales - Buenos Aires - Argentina Weather Conditions" html_site_description = "Weather conditions for Colegiales - Buenos Aires - Argentina as observed by a personal weather station and the weewx weather software"</code></pre> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Palm face!!!!! Today is not my day. I'm fighting now against my new provider ftp server. Thank you very much!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>You have a good point though! </p> <p>Should these other items that are inside Extras be in the labels section instead? </p> <p>It would break a lot of upgrades, but it would make it all in 1 place in the labels to translate. </p> <pre><code>site_title footer_disclaimer_text home_page_header = graphs_page_header records_page_header reports_page_header about_page_header powered_by</code></pre> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bonjour81"><img src="https://avatars.githubusercontent.com/u/24415431?v=4" />bonjour81</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@poblabs, I think graphs_windDir_ordinals is no problem. If some can translate skin.conf,they will not be stopped by this. </p> <p>Maybe on top of [labels] section it could be added "# use below section for translation" So it make obvious that graphs_windDir_ordinals is part of translation area. </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>You have a good point though! Should these other items that are inside Extras be in the labels section instead? It would break a lot of upgrades, but it would make it all in 1 place in the labels to translate.</p> </blockquote> <p>Hmm It is hard to say. If it is very well documented in the wiki, it could bring more order in keywords sections. On the other hand , people won't read the wiki in detail, It might demand too much time in support. If the proper way to upgrade is wiping out previous configurations it wouln't be a problem either. It could be better if you can provide a full weewx.conf example file not ony a skin.conf example when the skin is installed.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@bonjour81 Ok thanks. </p> <p>@HoracioDos The upgrade plan now is to delete old files, but keep the weewx.conf config. Based on that I will leave those words in Extras so it doesn't break everyone's website when they upgrade.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hello Pat. I'm sorry if I wasn't clear enough, I don't suggest to remove old weewx.conf, as people will need to get hands dirty removing files and editing new weewx.conf perhaps it wouldn't be a problem to switch some keywords between sections. I think it could be better to provide a proper weewx.conf as an example.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hello Pat! Where can I translate twitter message content? I already changed hashtag and user. Thanks!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Oh that's another thing that's hard-coded. You guys are good. I'll update that so you can change it!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@HoracioDos Ok, I think I might move those to the translation labels, too, and will just point it out as a "breaking change" in the change notes. That way all text is in the same area under Labels</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>I used to be Quality Assurance Analyst for iSeries. I have the devil inside! LOL</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Latest commit is a big one. It has <strong>breaking changes</strong>. Settings and options have moved a bit to be more in line with the labels and ability to translate.</p> <p>Also, <code>html_site_title</code> is now <code>html_title</code> and <code>html_site_description</code> is now <code>html_description</code>. </p> <p>Read the commit for all changes: <a href="https://github.com/poblabs/weewx-belchertown/commit/fc463c3e57252b7d171a398209966f78297a674b">https://github.com/poblabs/weewx-belchertown/commit/fc463c3e57252b7d171a398209966f78297a674b</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@HoracioDos latest commit has a Label for <code>twitter_text</code></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>I just solved a few conflicts and deployed into production. Hardcoded twitter message has been defeated. Once again Pat has prevailed. All other keywords were moved to their new place and everything works fine.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HoracioDos"><img src="https://avatars.githubusercontent.com/u/4549674?v=4" />HoracioDos</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Hello Pat I'm almost sure I reported before but I can't find where it was. Visibility should have a comma and not a point for decimals. Thanks!</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/salinois"><img src="https://avatars.githubusercontent.com/u/50419294?v=4" />salinois</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>hello all people, which files should I copy to try the beta version ? thanks to you</p> <p>Patrick</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@HoracioDos latest commit should fix that. For me it is a period, but for you it is comma, so now it should be smart enough to decide based on language. </p> <p>@salinois maybe @bonjour81 or @olpayras can help you - I think they speak French so it might be easier to explain it in French? Basically you want to follow this upgrade guide: <a href="https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0">https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0</a> -- You are welcome to speak French here if it is easier! 😄 </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/olpayras"><img src="https://avatars.githubusercontent.com/u/49792600?v=4" />olpayras</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Thanks a lot Pat. It's easier for me in french.</p> <p>@Salinois : </p> <p>1) Tu télécharges le contenu de la branche développement au format .zip</p> <p>2) Tu peux faire une copie de sauvegarde ton répertoire /etc/weewx/skins/Belchertown. Ce n'est pas obligé car les fichiers personalisés du type graphs.conf et tous les .inc que tu as personnalisé ne seront pas écrasés. </p> <p>3) Depuis l'invite de commande tu tapes wee_extension --install <fichier.zip> qui est la fichier que tu as téléchargé. Cela écrasera tous les fichiers.</p> <p>4) Si tu veux une traduction toute faite en francais, tu peux la récupérer sur mon repository elle est fraiche du jour, je viens d'y apporter les dernières modifs. Elle est sur ma branche History-feature, tu récupères les 2 fichiers .fra que tu renommes skin.conf et graphs.conf. Normalement tout est traduit, sinon, tu peux aussi faire ta propre traduction depuis les fichiers originaux.</p> <p>Voilà, bon courage.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/poblabs"><img src="https://avatars.githubusercontent.com/u/3484775?v=4" />poblabs</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>@olpayras @salinois I would also add that the guide should be followed too, which will remove the old <code>[[Highcharts_Belchertown]]</code> items which can cause errors. </p> <p><a href="https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0">https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0</a></p> <p>Let me know if we need a french, spanish, german version of this. Happy to put it at the bottom. </p> </div> </div> <div class="page-bar-simple"> <a href="/poblabs/weewx-belchertown/104?page=1" class="previous">Previous</a> <a href="/poblabs/weewx-belchertown/104?page=3" class="next">Next</a> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>