Skip to content

Commit

Permalink
happy new year
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 8, 2016
1 parent e2c1e2f commit 746a91b
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2015 Collab
Copyright (C) 2015-2016 Collab

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
`django-require-i18n` application.
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/core.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

import os
import glob
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/management/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.
3 changes: 2 additions & 1 deletion require_i18n/management/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.
3 changes: 2 additions & 1 deletion require_i18n/management/commands/compile_js.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
Extract and compile localization strings for the require.js i18n plugin.
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.
2 changes: 1 addition & 1 deletion require_i18n/tests/locale/nl/LC_MESSAGES/site.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: i18n-bugs@root\n"
"POT-Creation-Date: 2015-02-03 01:17+0100\n"
"PO-Revision-Date: 2015-11-25 15:33+0000\n"
"PO-Revision-Date: 2016-01-08 01:35+0000\n"
"Last-Translator: Foo <you@root>\n"
"Language-Team: Dutch <nl@root>\n"
"MIME-Version: 1.0\n"
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/tests/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

import os

Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/site/nls/bar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define({
"root": true
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/site/nls/foo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define({
"root": true
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/site/nls/root/bar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define(
{
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/site/nls/root/foo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define(
{
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/test/nls/colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define({
"root": true
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/test/nls/fruits.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define({
"root": true
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/test/nls/root/colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define(
{
Expand Down
2 changes: 1 addition & 1 deletion require_i18n/tests/static/js/test/nls/root/fruits.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Collab 2015
// Copyright Collab 2015-2016

define(
{
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/tests/test_commands.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
Tests for the :py:mod:`require_i18n.management.commands` package.
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/tests/test_util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
Tests for the :py:mod:`require_i18n.util` module.
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/tests/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
URLConf for :py:mod:`require_i18n` tests.
Expand Down
3 changes: 2 additions & 1 deletion require_i18n/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

"""
Utilities.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright Collab 2015
# Copyright Collab 2015-2016
# See LICENSE for details.

from setuptools import setup

Expand All @@ -18,7 +19,7 @@
"require_i18n.management",
"require_i18n.management.commands",
],
keywords='django requirejs i18n plugin require.js',
keywords="django requirejs i18n plugin require.js",
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit 746a91b

Please sign in to comment.