Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix day names, typos and example skin package #53

Merged
merged 1 commit into from Feb 16, 2024

Conversation

nek7u
Copy link
Contributor

@nek7u nek7u commented Feb 16, 2024

Reported by user RicardoTM on Rainmeter forum post

  • Fixed example code on Inline Lua
  • Fixed ExampleInlineLua.rmskin

ExampleInlineLua.rmskin

TranslateDay.ini

Line 50
from: Text=[&MeasureScript:TranslateHeader('[#MainLang])']
to: Text=[&MeasureScript:TranslateHeader('[#MainLang]')]

TranslateDay.lua

Line 15
from: spanish = {'domingo','lunes','martes','mercredi','miércoles','viernes','sábado'},
to: spanish = {'domingo','lunes','martes','miércoles','jueves','viernes','sábado'},

Line 16
from: russian = {'воскресенье','понедельник','вторник','среда','четверг','пятница'}
to: russian = {'воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'}

Confirmed day names by en.txt, de.txt, fr.txt, es.txt, ru.txt


ConvertTemp.ini

Line 7
from: LocationCode=USVA0944
to:

Line 14-20
from:

[MeasureTemp]
Measure=Plugin
Plugin=WebParser
URL=https://wxdata.weather.com/wxdata/weather/local/#LocationCode#?cc=*&unit=i&dayf=1
RegExp=(?siU)<cc>.*<tmp>(.*)</tmp>
StringIndex=1
FinishAction=[!ShowMeter MeterTemperature]

to:

[MeasureTemp]
Measure=Calc
Formula=65

Line 32
from: Hidden=1
to:

@jsmorley jsmorley merged commit 21a4f0c into rainmeter:master Feb 16, 2024
@nek7u nek7u deleted the fix-inline-lua-page-examples branch February 17, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants