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

Release v0.3.0 #28

Merged
merged 111 commits into from Apr 14, 2014
Merged

Release v0.3.0 #28

merged 111 commits into from Apr 14, 2014

Conversation

netbe
Copy link
Owner

@netbe netbe commented Apr 14, 2014

Repo is ready to be renamed and project has been reorganised

Markus Paeschke and others added 30 commits October 16, 2013 18:55
Android support
PHP support
Refactoring to use CSVBase class
…generalize_converting_add_json

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
…_add_json

Feature/generalize converting add json
…dd_json

Feature/generalize converting add json
@Neoklosch @gernotlabahn Merging to develop in order to restructure all this together
end

def test_create_file_from_path
test_file = "test_file.txt"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use 2 (not 4) spaces for indentation.

@netbe netbe changed the title Release v3.0 Release v0.3.0 Apr 14, 2014
default_val = strings[self.default_lang][key] if strings[self.default_lang]
@filenames.each do |fname|
lang = fname
current_val = (lang != self.default_lang && strings[lang][key] == default_val) ? '' : strings[lang][key]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't use parentheses around the condition of an if/unless/while/until
Redundant self detected.

netbe added a commit that referenced this pull request Apr 14, 2014
Preparing Release v0.3.0
@netbe netbe merged commit 281194b into master Apr 14, 2014
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

3 participants