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

Spanish & Catalan translations. #340

Merged
merged 2 commits into from
Jun 26, 2019

Conversation

Raulvo
Copy link
Contributor

@Raulvo Raulvo commented Jun 25, 2019

Orthographic errors, better terms and date format updates. The latter required to change SuntimesUtils.java source code. The localised date format was read after formatting the string of date + time. Assignment of the variables storing the localised string have been reordered such that the read happens before date+time formatting.

#671 #672

@@ -173,6 +173,10 @@ public static void initDisplayStrings(Context context)
strTimeNone = context.getString(R.string.time_none);
strTimeLoading = context.getString(R.string.time_loading);

strDateYearFormat = context.getString(R.string.dateyear_format_short);
strDateShortFormat = context.getString(R.string.date_format_short);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. Assigning it after looks like a bug, good catch.

@forrestguice forrestguice added this to the v0.11.7 milestone Jun 26, 2019
@forrestguice forrestguice merged commit 6cbbd31 into forrestguice:master Jun 26, 2019
@forrestguice forrestguice mentioned this pull request Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ca Catalan es Spanish translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants