You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# DNN Language Pack for (FR-FR)
2
2
3
+
## Release management
4
+
All pull requests should be merged into the develop branch.
5
+
6
+
When the language pack is ready for a new version:
7
+
- Create a branch called `release/x.x.x` where x.x.x is the version of the release (DNN version)
8
+
- Wait a few minutes and you should see a new commit on that branch that updates the manifest automatically with the version taken from that branch.
9
+
- When that commit is in, create a pull request from `release/x.x.x` that targets `master`, this will automate the packaging and publish the release.
10
+
- Optionally another pull request can be created from `release/x.x.x` targetting `develop` in order to also update the latest published version on the develop branch
11
+
12
+
## Standardization
13
+
3
14
Some words in english have multiple possible french translations, for that reason we keep here a table of the preferred (when it makes sense) translation for some of these common words so we have some sort of familiar wording across the whole language pack.
0 commit comments